final class Logger extends AnyVal
- Source
- Logger.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Logger
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Logger(logger: slf4j.Logger)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (Logger, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply(level: LogLevel): LevelLogger
- def apply(lvl: Error.type): ErrorLevelLogger
- Annotations
- @inline()
- def apply(lvl: Warn.type): WarnLevelLogger
- Annotations
- @inline()
- def apply(lvl: Info.type): InfoLevelLogger
- Annotations
- @inline()
- def apply(lvl: Debug.type): DebugLevelLogger
- Annotations
- @inline()
- def apply(lvl: Trace.type): TraceLevelLogger
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- macro def debug(msg: String): Unit
- macro def debug(t: Throwable)(msg: String): Unit
- def ensuring(cond: (Logger) => Boolean, msg: => Any): Logger
- def ensuring(cond: (Logger) => Boolean): Logger
- def ensuring(cond: Boolean, msg: => Any): Logger
- def ensuring(cond: Boolean): Logger
- macro def error(msg: String): Unit
- macro def error(t: Throwable)(msg: String): Unit
- def formatted(fmtstr: String): String
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- macro def info(msg: String): Unit
- macro def info(t: Throwable)(msg: String): Unit
- def isDebugEnabled: Boolean
- Annotations
- @inline()
- def isErrorEnabled: Boolean
- Annotations
- @inline()
- def isInfoEnabled: Boolean
- Annotations
- @inline()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraceEnabled: Boolean
- Annotations
- @inline()
- def isWarnEnabled: Boolean
- Annotations
- @inline()
- val logger: slf4j.Logger
- def name: String
The name of this logger.
The name of this logger.
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any
- macro def trace(msg: String): Unit
- macro def trace(t: Throwable)(msg: String): Unit
- macro def warn(msg: String): Unit
- macro def warn(t: Throwable)(msg: String): Unit
Deprecated Value Members
- def →[B](y: B): (Logger, B)
- Implicit
- This member is added by an implicit conversion from Logger toArrowAssoc[Logger] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.