AbstractLogger

sbt.util.AbstractLogger
abstract class AbstractLogger extends Logger

Attributes

Graph
Supertypes
class Logger
trait Logger
class Object
trait Matchable
class Any
Known subtypes
class BasicLogger
class FilterLogger
class FullLogger
class MultiLogger
Show all

Members list

Value members

Abstract methods

def control(event: Value, message: => String): Unit
def getTrace: Int
def logAll(events: Seq[LogEvent]): Unit
def setLevel(newLevel: Value): Unit
def setSuccessEnabled(flag: Boolean): Unit
def setTrace(flag: Int): Unit
def successEnabled: Boolean

Concrete methods

def atLevel(level: Value): Boolean
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

final def traceEnabled: Boolean

Inherited methods

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 info(msg: Supplier[String]): Unit

Attributes

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

Attributes

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

Attributes

Inherited from:
Logger
def log(level: Value, message: => String): Unit

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Logger
def trace(t: => Throwable): 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

Deprecated and Inherited methods

def ansiCodesSupported: Boolean

Attributes

Deprecated
true
Inherited from:
Logger