org.log4s

Logger

final class Logger extends AnyVal

Source
Logger.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Logger
  2. AnyVal
  3. NotNull
  4. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Logger to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  4. def ->[B](y: B): (Logger, B)

    Implicit information
    This member is added by an implicit conversion from Logger to ArrowAssoc[Logger] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

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

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

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

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

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

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

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

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

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

    Annotations
    @macroImpl( ... )
  15. def ensuring(cond: (Logger) ⇒ Boolean, msg: ⇒ Any): Logger

    Implicit information
    This member is added by an implicit conversion from Logger to Ensuring[Logger] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (Logger) ⇒ Boolean): Logger

    Implicit information
    This member is added by an implicit conversion from Logger to Ensuring[Logger] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): Logger

    Implicit information
    This member is added by an implicit conversion from Logger to Ensuring[Logger] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): Logger

    Implicit information
    This member is added by an implicit conversion from Logger to Ensuring[Logger] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def error(msg: String): Unit

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

    Annotations
    @macroImpl( ... )
  21. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Logger to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. def getClass(): Class[_ <: AnyVal]

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

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

    Annotations
    @macroImpl( ... )
  25. def isDebugEnabled: Boolean

    Annotations
    @inline()
  26. def isErrorEnabled: Boolean

    Annotations
    @inline()
  27. def isInfoEnabled: Boolean

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

    Definition Classes
    Any
  29. def isTraceEnabled: Boolean

    Annotations
    @inline()
  30. def isWarnEnabled: Boolean

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

  32. def name: String

    The name of this logger.

    The name of this logger.

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

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

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

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

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

    Annotations
    @macroImpl( ... )
  38. def [B](y: B): (Logger, B)

    Implicit information
    This member is added by an implicit conversion from Logger to ArrowAssoc[Logger] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from Logger to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (logger: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Logger to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (logger: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: Logger

    Implicit information
    This member is added by an implicit conversion from Logger to ArrowAssoc[Logger] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (logger: ArrowAssoc[Logger]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Logger

    Implicit information
    This member is added by an implicit conversion from Logger to Ensuring[Logger] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (logger: Ensuring[Logger]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Inherited by implicit conversion any2stringadd from Logger to StringAdd

Inherited by implicit conversion any2stringfmt from Logger to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Logger to ArrowAssoc[Logger]

Inherited by implicit conversion any2Ensuring from Logger to Ensuring[Logger]

Ungrouped