sbt.internal.util.GlobalLogging
See theGlobalLogging companion object
final case class GlobalLogging(full: ManagedLogger, console: ConsoleOut, backed: Appender, backing: GlobalLogBacking, newAppender: (ManagedLogger, PrintWriter, GlobalLogBacking, LoggerContext) => GlobalLogging)
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.
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any