PrintStreamLogger

almond.logger.internal.PrintStreamLogger
See thePrintStreamLogger companion object
final class PrintStreamLogger(val level: Level, out: PrintStream, colored: Boolean, addPid: Boolean) extends ActualLogger

Attributes

Companion
object
Graph
Supertypes
trait ActualLogger
class Object
trait Matchable
class Any

Members list

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

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

Attributes

Inherited from:
ActualLogger
final def warningEnabled: Boolean

Attributes

Inherited from:
ActualLogger

Concrete fields

val level: Level