Class/Object

org.log4s

Logger

Related Docs: object Logger | package log4s

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Logger(logger: slf4j.Logger)

    Permalink

Value Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  18. def isDebugEnabled: Boolean

    Permalink
    Annotations
    @inline()
  19. def isErrorEnabled: Boolean

    Permalink
    Annotations
    @inline()
  20. def isInfoEnabled: Boolean

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

    Permalink
    Definition Classes
    Any
  22. def isTraceEnabled: Boolean

    Permalink
    Annotations
    @inline()
  23. def isWarnEnabled: Boolean

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

    Permalink
  25. def name: String

    Permalink

    The name of this logger.

    The name of this logger.

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

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

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

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

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

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped