[][src]Module rtrtr::log

Logging.

This module provides facilities to set up logging based on a configuration via LogConfig.

The module also provides two error types Failed and ExitError that indicate that error information has been logged and a consumer can just return quietly.

Structs

ExitError

An error happened that should cause the process to exit.

Failed

An error happened that has been logged.

LogConfig

Logging configuration.

LogFacility
LogFilter

Enums

LogTarget

The target to log to.