Module logger

Source
Expand description

Contains logging functionality that can be integrated with foreign language bindings.

Enums§

LogLevel
Enumeration of possible log levels.

Traits§

Logger
Trait representing a logger that can log messages at various levels.

Functions§

set_logger
Sets the global logger.