PrintStreamLogger

final class PrintStreamLogger(val level: Level, out: PrintStream, colored: Boolean, addPid: Boolean) extends ActualLogger
Companion:
object
class Object
trait Matchable
class Any

Value members

Constructors

def this(level: Level, out: PrintStream)

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
final def warn(message: String, exception: Throwable): Unit
Inherited from:
ActualLogger
final def warningEnabled: Boolean
Inherited from:
ActualLogger

Concrete fields