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.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Provides the current global logging configuration.
fullis the current global logger. It should not be set directly because it is generated as needed frombacking.newLogger.consoleis where all logging from all ConsoleLoggers should go.backedis the Logger that other loggers should feed into.backingtracks the files that persist the global logging.newLoggercreates a new global logging configuration from a sink and backing configuration.