class Logger extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Logger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Logger(name: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def debug(markerContext: MarkerContext, message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def debug(markerContext: MarkerContext, message: String, args: Any*)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def debug(markerContext: MarkerContext, message: String)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def debug(message: String, args: Any*)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def debug(message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def debug(message: String)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(markerContext: MarkerContext, message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def error(markerContext: MarkerContext, message: String, args: Any*)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def error(markerContext: MarkerContext, message: String)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def error(message: String, args: Any*)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def error(message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def error(message: String)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def info(markerContext: MarkerContext, message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def info(markerContext: MarkerContext, message: String, args: Any*)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def info(markerContext: MarkerContext, message: String)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def info(message: String, args: Any*)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def info(message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def info(message: String)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val log: com.typesafe.scalalogging.Logger
- Attributes
- protected
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace(markerContext: MarkerContext, message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def trace(markerContext: MarkerContext, message: String, args: Any*)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def trace(markerContext: MarkerContext, message: String)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def trace(message: String, args: Any*)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def trace(message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def trace(message: String)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def warn(markerContext: MarkerContext, message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def warn(markerContext: MarkerContext, message: String, args: Any*)(implicit mapContext: MapContext): Unit
- def warn(markerContext: MarkerContext, message: String)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def warn(message: String, args: Any*)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def warn(message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()
- def warn(message: String)(implicit mapContext: MapContext): Unit
- Annotations
- @inline()