BspLogger

mill.internal.BspLogger
class BspLogger(val unprefixedStreams: SystemStreams, val logKey: Seq[String], debugEnabled: Boolean) extends Upstream

Attributes

Source
BspLogger.scala
Graph
Supertypes
trait Upstream
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def redirectOutToErr: Boolean

Attributes

Definition Classes
Source
BspLogger.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
BspLogger.scala

Concrete fields

override val logKey: Seq[String]

A short dash-separated prefix that is printed before every log line. Used to uniquely identify log lines belonging to this logger from log lines belonging to others, which is especially necessary in the presence of concurrency and where logs get interleaved. Typically a single ID number or sequence of numbers.

A short dash-separated prefix that is printed before every log line. Used to uniquely identify log lines belonging to this logger from log lines belonging to others, which is especially necessary in the presence of concurrency and where logs get interleaved. Typically a single ID number or sequence of numbers.

Attributes

Source
BspLogger.scala
val prompt: Prompt

Global APIs that let the logger access the command line configuration and manipulate the global prompt, e.g. enabling or disabling it

Global APIs that let the logger access the command line configuration and manipulate the global prompt, e.g. enabling or disabling it

Attributes

Source
BspLogger.scala

A version of streams without the logging prefix appended to every line. Used by the logging hierarchy to print things such that the logging prefixes can be more finely customized per logger.

A version of streams without the logging prefix appended to every line. Used by the logging hierarchy to print things such that the logging prefixes can be more finely customized per logger.

Attributes

Source
BspLogger.scala