Packages

final class SLF4JLogger extends Logger

Source
Logger.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SLF4JLogger
  2. Logger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SLF4JLogger(self: org.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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def debug(msg: => String, ex: Throwable): Unit
    Definition Classes
    SLF4JLoggerLogger
  7. def debug(ex: Throwable): Unit
    Definition Classes
    SLF4JLoggerLogger
  8. def debug(msg: => String): Unit
    Definition Classes
    SLF4JLoggerLogger
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def error(msg: => String, ex: Throwable): Unit
    Definition Classes
    SLF4JLoggerLogger
  12. def error(ex: Throwable): Unit
    Definition Classes
    SLF4JLoggerLogger
  13. def error(msg: => String): Unit
    Definition Classes
    SLF4JLoggerLogger
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def info(msg: => String, ex: Throwable): Unit
    Definition Classes
    SLF4JLoggerLogger
  17. def info(ex: Throwable): Unit
    Definition Classes
    SLF4JLoggerLogger
  18. def info(msg: => String): Unit
    Definition Classes
    SLF4JLoggerLogger
  19. def isDebugEnabled: Boolean
    Definition Classes
    SLF4JLoggerLogger
    Annotations
    @inline()
  20. def isErrorEnabled: Boolean
    Definition Classes
    SLF4JLoggerLogger
    Annotations
    @inline()
  21. def isInfoEnabled: Boolean
    Definition Classes
    SLF4JLoggerLogger
    Annotations
    @inline()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isTraceEnabled: Boolean
    Definition Classes
    SLF4JLoggerLogger
    Annotations
    @inline()
  24. def isWarnEnabled: Boolean
    Definition Classes
    SLF4JLoggerLogger
    Annotations
    @inline()
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def trace(msg: => String, ex: Throwable): Unit
    Definition Classes
    SLF4JLoggerLogger
  31. def trace(ex: Throwable): Unit
    Definition Classes
    SLF4JLoggerLogger
  32. def trace(msg: => String): Unit
    Definition Classes
    SLF4JLoggerLogger
  33. def underlying: org.slf4j.Logger
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. def warn(msg: => String, ex: Throwable): Unit
    Definition Classes
    SLF4JLoggerLogger
  38. def warn(ex: Throwable): Unit
    Definition Classes
    SLF4JLoggerLogger
  39. def warn(msg: => String): Unit
    Definition Classes
    SLF4JLoggerLogger

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped