slogging.SLF4JLoggerFactory

SLF4JLogger

Related Doc: package SLF4JLoggerFactory

class SLF4JLogger extends UnderlyingLogger

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

Instance Constructors

  1. new SLF4JLogger(l: 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def debug(message: String, args: AnyRef*): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  7. def debug(message: String, cause: Throwable): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  8. def debug(message: String): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def error(message: String, args: AnyRef*): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  12. def error(message: String, cause: Throwable): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  13. def error(message: String): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  14. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  17. def info(message: String, args: AnyRef*): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  18. def info(message: String, cause: Throwable): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  19. def info(message: String): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  20. def isDebugEnabled: Boolean

    Definition Classes
    UnderlyingLogger
  21. def isErrorEnabled: Boolean

    Definition Classes
    UnderlyingLogger
  22. def isInfoEnabled: Boolean

    Definition Classes
    UnderlyingLogger
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isTraceEnabled: Boolean

    Definition Classes
    UnderlyingLogger
  25. def isWarnEnabled: Boolean

    Definition Classes
    UnderlyingLogger
  26. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def trace(message: String, args: AnyRef*): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  32. def trace(message: String, cause: Throwable): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  33. def trace(message: String): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def warn(message: String, args: AnyRef*): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  38. def warn(message: String, cause: Throwable): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger
  39. def warn(message: String): Unit

    Definition Classes
    SLF4JLogger → UnderlyingLogger

Inherited from UnderlyingLogger

Inherited from AnyRef

Inherited from Any

Ungrouped