Module rtrtr::log

source · []
Expand description

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

An error happened that should cause the process to exit.

An error happened that has been logged.

Logging configuration.

Enums

The target to log to.