final class Logger extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Logger
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Logger(logger: slf4j.Logger)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
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
- macro def error(msg: String): Unit
- macro def error(t: Throwable)(msg: String): Unit
-
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