ActualLogger

class Object
trait Matchable
class Any

Value members

Abstract methods

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

Concrete methods

final def debug(message: String, exception: Throwable): Unit
final def debugEnabled: Boolean
final def error(message: String, exception: Throwable): Unit
final def errorEnabled: Boolean
final def info(message: String, exception: Throwable): Unit
final def infoEnabled: Boolean
final def prefix(prefix: String): ActualLogger
final def warn(message: String, exception: Throwable): Unit
final def warningEnabled: Boolean