sbt.internal.util
Type members
Classlikes
- Companion
- object
Implements the level-setting methods of Logger.
Implements the level-setting methods of Logger.
An appender that can buffer the logging done on it and then can flush the buffer to the delegate appender provided in the constructor. Use 'record()' to start buffering and then 'play' to flush the buffer to the backing appender. The logging level set at the time a message is originally logged is used, not the level at the time 'play' is called.
An appender that can buffer the logging done on it and then can flush the buffer to the delegate appender provided in the constructor. Use 'record()' to start buffering and then 'play' to flush the buffer to the backing appender. The logging level set at the time a message is originally logged is used, not the level at the time 'play' is called.
- Companion
- object
A logger that can buffer the logging done on it and then can flush the buffer to the delegate logger provided in the constructor. Use 'startRecording' to start buffering and then 'play' from to flush the buffer to the backing logger. The logging level set at the time a message is originally logged is used, not the level at the time 'play' is called.
A logger that can buffer the logging done on it and then can flush the buffer to the delegate logger provided in the constructor. Use 'startRecording' to start buffering and then 'play' from to flush the buffer to the backing logger. The logging level set at the time a message is originally logged is used, not the level at the time 'play' is called.
This class assumes that it is the only client of the delegate logger.
A logger that logs to the console. On supported systems, the level labels are colored.
A logger that logs to the console. On supported systems, the level labels are colored.
This logger is not thread-safe.
- Companion
- object
A logger that logs to the console. On supported systems, the level labels are colored.
A logger that logs to the console. On supported systems, the level labels are colored.
- Companion
- object
A filter logger is used to delegate messages but not the logging level to another logger. This means that messages are logged at the higher of the two levels set by this logger and its delegate.
A filter logger is used to delegate messages but not the logging level to another logger. This means that messages are logged at the higher of the two levels set by this logger and its delegate.
Promotes the simple Logger interface to the full AbstractLogger interface.
Promotes the simple Logger interface to the full AbstractLogger interface.
- Companion
- object
Tracks the files that persist the global logging. file
is the current backing file. last
is
the previous backing file, if there is one. newBackingFile
creates a new temporary location for
the next backing file.
Tracks the files that persist the global logging. file
is the current backing file. last
is
the previous backing file, if there is one. newBackingFile
creates a new temporary location for
the next backing file.
- Companion
- object
Provides the current global logging configuration.
Provides the current global logging configuration.
full
is the current global logger. It should not be set directly because it is generated as
needed from backing.newLogger
. console
is where all logging from all ConsoleLoggers should
go. backed
is the Logger that other loggers should feed into. backing
tracks the files that
persist the global logging. newLogger
creates a new global logging configuration from a sink
and backing configuration.
- Companion
- object
value for logging options like color
value for logging options like color
- Companion
- object
Provides a java.io.Writer
interface to a Logger
. Content is line-buffered and logged at
level
. A line is delimited by nl
, which is by default the platform line separator.
Provides a java.io.Writer
interface to a Logger
. Content is line-buffered and logged at
level
. A line is delimited by nl
, which is by default the platform line separator.
Delegates log events to the associated LogExchange.
Delegates log events to the associated LogExchange.
- Companion
- object
used by super shell
used by super shell
- Value Params
- elapsedMicros
current elapsed time in micro seconds
- name
name of a task
- Companion
- object