package logging
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
class
BloopLogger extends Logger
Creates a logger that writes to the given streams.
- abstract class Logger extends xsbti.Logger with sbt.testing.Logger
-
class
ProcessLogger extends AnyRef
Logs the output on stdout and std err of
process
to theunderlying
logger -
final
class
Slf4jAdapter[L <: Logger] extends org.slf4j.Logger
Defines a slf4j-compliant logger wrapping Bloop logging utils.
Defines a slf4j-compliant logger wrapping Bloop logging utils.
This slf4j interface is necessary to be compatible with third-party libraries like lsp4s. It only intends to cover the basic functionality and it does not support slf4j markers.
Value Members
- object BloopLogger
- object ProcessLogger