com.typesafe.scalalogging.slf4j

Logger

final class Logger extends AnyRef

Convenient and performant wrapper around the given underlying org.slf4j.Logger.

Convenient, because you can use string formatting, string interpolation or whatever you want without thinking too much about performance. Performant, because by using macros the log methods are expanded inline to the check-enabled idiom.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Logger
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def debug(marker: Marker, message: String, t: Throwable): Unit

    Annotations
    @macroImpl()
  9. def debug(marker: Marker, message: String, params: AnyRef*): Unit

    Annotations
    @macroImpl()
  10. def debug(marker: Marker, message: String): Unit

    Annotations
    @macroImpl()
  11. def debug(message: String, t: Throwable): Unit

    Annotations
    @macroImpl()
  12. def debug(message: String, params: AnyRef*): Unit

    Annotations
    @macroImpl()
  13. def debug(message: String): Unit

    Annotations
    @macroImpl()
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def error(marker: Marker, message: String, t: Throwable): Unit

    Annotations
    @macroImpl()
  17. def error(marker: Marker, message: String, params: AnyRef*): Unit

    Annotations
    @macroImpl()
  18. def error(marker: Marker, message: String): Unit

    Annotations
    @macroImpl()
  19. def error(message: String, t: Throwable): Unit

    Annotations
    @macroImpl()
  20. def error(message: String, params: AnyRef*): Unit

    Annotations
    @macroImpl()
  21. def error(message: String): Unit

    Annotations
    @macroImpl()
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. def info(marker: Marker, message: String, t: Throwable): Unit

    Annotations
    @macroImpl()
  26. def info(marker: Marker, message: String, params: AnyRef*): Unit

    Annotations
    @macroImpl()
  27. def info(marker: Marker, message: String): Unit

    Annotations
    @macroImpl()
  28. def info(message: String, t: Throwable): Unit

    Annotations
    @macroImpl()
  29. def info(message: String, params: AnyRef*): Unit

    Annotations
    @macroImpl()
  30. def info(message: String): Unit

    Annotations
    @macroImpl()
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def trace(marker: Marker, message: String, t: Throwable): Unit

    Annotations
    @macroImpl()
  38. def trace(marker: Marker, message: String, params: AnyRef*): Unit

    Annotations
    @macroImpl()
  39. def trace(marker: Marker, message: String): Unit

    Annotations
    @macroImpl()
  40. def trace(message: String, t: Throwable): Unit

    Annotations
    @macroImpl()
  41. def trace(message: String, params: AnyRef*): Unit

    Annotations
    @macroImpl()
  42. def trace(message: String): Unit

    Annotations
    @macroImpl()
  43. val underlying: org.slf4j.Logger

  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. def warn(marker: Marker, message: String, t: Throwable): Unit

    Annotations
    @macroImpl()
  48. def warn(marker: Marker, message: String, params: AnyRef*): Unit

    Annotations
    @macroImpl()
  49. def warn(marker: Marker, message: String): Unit

    Annotations
    @macroImpl()
  50. def warn(message: String, t: Throwable): Unit

    Annotations
    @macroImpl()
  51. def warn(message: String, params: AnyRef*): Unit

    Annotations
    @macroImpl()
  52. def warn(message: String): Unit

    Annotations
    @macroImpl()

Inherited from AnyRef

Inherited from Any

Ungrouped