au.com.dius.pact.com.typesafe.scalalogging

Logger

Related Docs: object Logger | package scalalogging

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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

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

  7. macro def debug(marker: Marker, message: String, params: AnyRef*): Unit

  8. macro def debug(marker: Marker, message: String): Unit

  9. macro def debug(message: String, t: Throwable): Unit

  10. macro def debug(message: String, params: AnyRef*): Unit

  11. macro def debug(message: String): Unit

  12. final def eq(arg0: AnyRef): Boolean

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

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

  15. macro def error(marker: Marker, message: String, params: AnyRef*): Unit

  16. macro def error(marker: Marker, message: String): Unit

  17. macro def error(message: String, t: Throwable): Unit

  18. macro def error(message: String, params: AnyRef*): Unit

  19. macro def error(message: String): Unit

  20. def finalize(): Unit

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

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

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

  24. macro def info(marker: Marker, message: String, params: AnyRef*): Unit

  25. macro def info(marker: Marker, message: String): Unit

  26. macro def info(message: String, t: Throwable): Unit

  27. macro def info(message: String, params: AnyRef*): Unit

  28. macro def info(message: String): Unit

  29. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  34. def toString(): String

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

  36. macro def trace(marker: Marker, message: String, params: AnyRef*): Unit

  37. macro def trace(marker: Marker, message: String): Unit

  38. macro def trace(message: String, t: Throwable): Unit

  39. macro def trace(message: String, params: AnyRef*): Unit

  40. macro def trace(message: String): Unit

  41. val underlying: org.slf4j.Logger

  42. final def wait(): Unit

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

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

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

  46. macro def warn(marker: Marker, message: String, params: AnyRef*): Unit

  47. macro def warn(marker: Marker, message: String): Unit

  48. macro def warn(message: String, t: Throwable): Unit

  49. macro def warn(message: String, params: AnyRef*): Unit

  50. macro def warn(message: String): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped