Packages

class Logger extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logger
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Logger(underlying: slf4j.Logger)

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. macro def debug(markerOpt: Option[Marker], msg: String, t: Throwable): Unit
  7. macro def debug(markerOpt: Option[Marker], msg: String): Unit
  8. macro def debug(marker: Marker, msg: String, t: Throwable): Unit
  9. macro def debug(marker: Marker, msg: String): Unit
  10. macro def debug(msg: String, t: Throwable): Unit
  11. macro def debug(msg: 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(markerOpt: Option[Marker], msg: String, t: Throwable): Unit
  15. macro def error(markerOpt: Option[Marker], msg: String): Unit
  16. macro def error(marker: Marker, msg: String, t: Throwable): Unit
  17. macro def error(marker: Marker, msg: String): Unit
  18. macro def error(msg: String, t: Throwable): Unit
  19. macro def error(msg: String): Unit
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. macro def info(markerOpt: Option[Marker], msg: String, t: Throwable): Unit
  24. macro def info(markerOpt: Option[Marker], msg: String): Unit
  25. macro def info(marker: Marker, msg: String, t: Throwable): Unit
  26. macro def info(marker: Marker, msg: String): Unit
  27. macro def info(msg: String, t: Throwable): Unit
  28. macro def info(msg: 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
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. macro def trace(markerOpt: Option[Marker], msg: String, t: Throwable): Unit
  36. macro def trace(markerOpt: Option[Marker], msg: String): Unit
  37. macro def trace(marker: Marker, msg: String, t: Throwable): Unit
  38. macro def trace(marker: Marker, msg: String): Unit
  39. macro def trace(msg: String, t: Throwable): Unit
  40. macro def trace(msg: String): Unit
  41. val underlying: 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( ... ) @native()
  45. macro def warn(markerOpt: Option[Marker], msg: String, t: Throwable): Unit
  46. macro def warn(markerOpt: Option[Marker], msg: String): Unit
  47. macro def warn(marker: Marker, msg: String, t: Throwable): Unit
  48. macro def warn(marker: Marker, msg: String): Unit
  49. macro def warn(msg: String, t: Throwable): Unit
  50. macro def warn(msg: String): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped