AddPrefixLogger

final case class AddPrefixLogger(underlying: ActualLogger, prefix: String) extends ActualLogger
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def log(level: Level, message: String, exception: Throwable): Unit

Inherited methods

final def debug(message: String, exception: Throwable): Unit
Inherited from:
ActualLogger
final def debugEnabled: Boolean
Inherited from:
ActualLogger
final def error(message: String, exception: Throwable): Unit
Inherited from:
ActualLogger
final def errorEnabled: Boolean
Inherited from:
ActualLogger
final def info(message: String, exception: Throwable): Unit
Inherited from:
ActualLogger
final def infoEnabled: Boolean
Inherited from:
ActualLogger
final def prefix(prefix: String): ActualLogger
Inherited from:
ActualLogger
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def warn(message: String, exception: Throwable): Unit
Inherited from:
ActualLogger
final def warningEnabled: Boolean
Inherited from:
ActualLogger