Class/Object

fm.common.Logger

SLF4JLogger

Related Docs: object SLF4JLogger | package Logger

Permalink

final class SLF4JLogger extends Logger

Linear Supertypes
Logger, AnyRef, Any
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. All

Instance Constructors

  1. new SLF4JLogger(self: org.slf4j.Logger)

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def debug(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  7. def debug(ex: Throwable): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  8. def debug(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def error(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  12. def error(ex: Throwable): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  13. def error(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def info(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  17. def info(ex: Throwable): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  18. def info(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  19. def isDebugEnabled: Boolean

    Permalink
    Definition Classes
    SLF4JLoggerLogger
    Annotations
    @inline()
  20. def isErrorEnabled: Boolean

    Permalink
    Definition Classes
    SLF4JLoggerLogger
    Annotations
    @inline()
  21. def isInfoEnabled: Boolean

    Permalink
    Definition Classes
    SLF4JLoggerLogger
    Annotations
    @inline()
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isTraceEnabled: Boolean

    Permalink
    Definition Classes
    SLF4JLoggerLogger
    Annotations
    @inline()
  24. def isWarnEnabled: Boolean

    Permalink
    Definition Classes
    SLF4JLoggerLogger
    Annotations
    @inline()
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def trace(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  31. def trace(ex: Throwable): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  32. def trace(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  33. def underlying: org.slf4j.Logger

    Permalink
  34. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def warn(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  38. def warn(ex: Throwable): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger
  39. def warn(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    SLF4JLoggerLogger

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped