NullLogger

object NullLogger extends Logger

Provides logger to nothing.

Note

Each logger method is a noop.

trait Logger
class Object
trait Matchable
class Any

Value members

Concrete methods

def debug(message: String): Unit

Logs nothing.

Logs nothing.

def debug(format: String, args: Any*): Unit

Logs nothing.

Logs nothing.

def debug(message: String, cause: Throwable): Unit

Logs nothing.

Logs nothing.

def error(message: String): Unit

Logs nothing.

Logs nothing.

def error(format: String, args: Any*): Unit

Logs nothing.

Logs nothing.

def error(message: String, cause: Throwable): Unit

Logs nothing.

Logs nothing.

def info(message: String): Unit

Logs nothing.

Logs nothing.

def info(format: String, args: Any*): Unit

Logs nothing.

Logs nothing.

def info(message: String, cause: Throwable): Unit

Logs nothing.

Logs nothing.

def trace(message: String): Unit

Logs nothing.

Logs nothing.

def trace(format: String, args: Any*): Unit

Logs nothing.

Logs nothing.

def trace(message: String, cause: Throwable): Unit

Logs nothing.

Logs nothing.

def warn(message: String): Unit

Logs nothing.

Logs nothing.

def warn(format: String, args: Any*): Unit

Logs nothing.

Logs nothing.

def warn(message: String, cause: Throwable): Unit

Logs nothing.

Logs nothing.