org.log4s

Logger

final class Logger extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Logger
  2. AnyVal
  3. NotNull
  4. 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. def debug(msg: String): Unit

    Annotations
    @macroImpl( ... )
  12. def debug(t: Throwable)(msg: String): Unit

    Annotations
    @macroImpl( ... )
  13. def error(msg: String): Unit

    Annotations
    @macroImpl( ... )
  14. def error(t: Throwable)(msg: String): Unit

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

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

    Annotations
    @macroImpl( ... )
  17. def info(t: Throwable)(msg: String): Unit

    Annotations
    @macroImpl( ... )
  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. def trace(msg: String): Unit

    Annotations
    @macroImpl( ... )
  28. def trace(t: Throwable)(msg: String): Unit

    Annotations
    @macroImpl( ... )
  29. def warn(msg: String): Unit

    Annotations
    @macroImpl( ... )
  30. def warn(t: Throwable)(msg: String): Unit

    Annotations
    @macroImpl( ... )

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped