PrefixingLogger

sbt.internal.inc.Incremental.PrefixingLogger
class PrefixingLogger(val prefix: String)(orig: Logger) extends Logger

Attributes

Graph
Supertypes
class Logger
trait Logger
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def log(level: Value, message: => String): Unit
def success(message: => String): Unit
def trace(t: => Throwable): Unit

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
final def out(message: => String): Unit

Attributes

Inherited from:
Logger
def trace(msg: Supplier[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

Concrete fields

val prefix: String