install

fun install(logger: LogLogger)

Installs the given logger as the active logger.

If a logger is already installed, logs an error message to the new logger and replaces the old one.

Parameters

logger

The logger implementation to install.