NullLogger

com.github.sbt.git.NullLogger
object NullLogger extends BasicLogger

Attributes

Graph
Supertypes
class BasicLogger
class AbstractLogger
class Logger
trait Logger
class Object
trait Matchable
class Any
Show all
Self type
NullLogger.type

Members list

Value members

Concrete methods

override def control(event: Value, message: => String): Unit

Attributes

Definition Classes
AbstractLogger
override def log(level: Value, message: => String): Unit

Attributes

Definition Classes
Logger
override def logAll(events: Seq[LogEvent]): Unit

Attributes

Definition Classes
AbstractLogger
override def success(message: => String): Unit

Attributes

Definition Classes
Logger
override def trace(t: => Throwable): Unit

Attributes

Definition Classes
Logger

Inherited methods

def atLevel(level: Value): Boolean

Attributes

Inherited from:
AbstractLogger
def debug(msg: Supplier[String]): Unit

Attributes

Inherited from:
Logger
final def debug(message: => String): Unit

Attributes

Inherited from:
Logger
final def err(message: => String): Unit

Attributes

Inherited from:
Logger
def error(msg: Supplier[String]): Unit

Attributes

Inherited from:
Logger
final def error(message: => String): Unit

Attributes

Inherited from:
Logger
def getLevel: Value

Attributes

Inherited from:
BasicLogger
def getTrace: Int

Attributes

Inherited from:
BasicLogger
def info(msg: Supplier[String]): Unit

Attributes

Inherited from:
Logger
final def info(message: => String): Unit

Attributes

Inherited from:
Logger
final def log(event: LogEvent): Unit

Defined in terms of other methods in Logger and should not be called from them.

Defined in terms of other methods in Logger and should not be called from them.

Attributes

Inherited from:
AbstractLogger
def log(level: Value, msg: Supplier[String]): Unit

Attributes

Inherited from:
Logger
final def out(message: => String): Unit

Attributes

Inherited from:
Logger
def setLevel(newLevel: Value): Unit

Attributes

Inherited from:
BasicLogger
def setSuccessEnabled(flag: Boolean): Unit

Attributes

Inherited from:
BasicLogger
def setTrace(level: Int): Unit

Attributes

Inherited from:
BasicLogger
def success(msg: Supplier[String]): Unit

Attributes

Inherited from:
Logger
def successEnabled: Boolean

Attributes

Inherited from:
BasicLogger
def trace(msg: Supplier[Throwable]): Unit

Attributes

Inherited from:
Logger
final def traceEnabled: Boolean

Attributes

Inherited from:
AbstractLogger
def verbose(msg: Supplier[String]): Unit

Attributes

Inherited from:
Logger
final def verbose(message: => String): Unit

Attributes

Inherited from:
Logger
def warn(msg: Supplier[String]): Unit

Attributes

Inherited from:
Logger
final def warn(message: => String): Unit

Attributes

Inherited from:
Logger