Logger

sbt.util.Logger
See theLogger companion object
abstract class Logger extends Logger

This is intended to be the simplest logging interface for use by code that wants to log. It does not include configuring the logger.

Attributes

Companion:
object
Graph
Supertypes
trait Logger
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

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

Concrete methods

final def debug(message: => String): Unit
def debug(msg: Supplier[String]): Unit
final def err(message: => String): Unit
final def error(message: => String): Unit
def error(msg: Supplier[String]): Unit
final def info(message: => String): Unit
def info(msg: Supplier[String]): Unit
def log(level: Value, msg: Supplier[String]): Unit
final def out(message: => String): Unit
def trace(msg: Supplier[Throwable]): Unit
final def verbose(message: => String): Unit
final def warn(message: => String): Unit
def warn(msg: Supplier[String]): Unit

Deprecated methods

def ansiCodesSupported: Boolean

Attributes

Deprecated
true