NopLogger

almond.logger.internal.NopLogger$
object NopLogger extends ActualLogger

Attributes

Graph
Supertypes
trait ActualLogger
class Object
trait Matchable
class Any
Self type
NopLogger.type

Members list

Value members

Concrete methods

def level: None.type
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