AddPrefixLogger

almond.logger.internal.AddPrefixLogger
final case class AddPrefixLogger(underlying: ActualLogger, prefix: String) extends ActualLogger

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ActualLogger
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

final def debug(message: String, exception: Throwable): Unit

Attributes

Inherited from:
ActualLogger
final def debugEnabled: Boolean

Attributes

Inherited from:
ActualLogger
final def error(message: String, exception: Throwable): Unit

Attributes

Inherited from:
ActualLogger
final def errorEnabled: Boolean

Attributes

Inherited from:
ActualLogger
final def info(message: String, exception: Throwable): Unit

Attributes

Inherited from:
ActualLogger
final def infoEnabled: Boolean

Attributes

Inherited from:
ActualLogger
final def prefix(prefix: String): ActualLogger

Attributes

Inherited from:
ActualLogger
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def warn(message: String, exception: Throwable): Unit

Attributes

Inherited from:
ActualLogger
final def warningEnabled: Boolean

Attributes

Inherited from:
ActualLogger