BspLogger
Attributes
- Source
- BspLogger.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- BspLogger.scala
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
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
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