Backend that outputs to stdout, colorizing if the console is a tty.
Backend that outputs to stdout, colorizing if the console is a tty.
Backend that outputs to stdout, colorizing if the console is a tty. Logging level configuration is obtained by a typesafe-config Config.
Example: The following reads the config from the "logging" key.
import io.rbricks.scalog._ import com.typesafe.config.ConfigFactory LoggingBackend.consoleFromConfig( ConfigFactory.load().getConfig("logging"))
Backend that outputs to the provided transport.
Backend for testing, outputs to console all messages with the provided level, or higher.
Instantiate logging backends.