org.log4s

Logger

final class Logger extends AnyVal

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

Instance Constructors

  1. new Logger(logger: slf4j.Logger)

Value Members

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

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

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

    Definition Classes
    Any
  4. def apply(level: LogLevel): LevelLogger

  5. def apply(lvl: Error.type): ErrorLevelLogger

    Annotations
    @inline()
  6. def apply(lvl: Warn.type): WarnLevelLogger

    Annotations
    @inline()
  7. def apply(lvl: Info.type): InfoLevelLogger

    Annotations
    @inline()
  8. def apply(lvl: Debug.type): DebugLevelLogger

    Annotations
    @inline()
  9. def apply(lvl: Trace.type): TraceLevelLogger

    Annotations
    @inline()
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. macro def debug(msg: String): Unit

  12. macro def debug(t: Throwable)(msg: String): Unit

  13. macro def error(msg: String): Unit

  14. macro def error(t: Throwable)(msg: String): Unit

  15. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  16. macro def info(msg: String): Unit

  17. macro def info(t: Throwable)(msg: String): Unit

  18. def isDebugEnabled: Boolean

    Annotations
    @inline()
  19. def isErrorEnabled: Boolean

    Annotations
    @inline()
  20. def isInfoEnabled: Boolean

    Annotations
    @inline()
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isTraceEnabled: Boolean

    Annotations
    @inline()
  23. def isWarnEnabled: Boolean

    Annotations
    @inline()
  24. val logger: slf4j.Logger

  25. def name: String

    The name of this logger.

    The name of this logger.

    Annotations
    @inline()
  26. def toString(): String

    Definition Classes
    Any
  27. macro def trace(msg: String): Unit

  28. macro def trace(t: Throwable)(msg: String): Unit

  29. macro def warn(msg: String): Unit

  30. macro def warn(t: Throwable)(msg: String): Unit

Inherited from AnyVal

Inherited from Any

Ungrouped