Crate log_reload

source ·
Expand description

A log::Log implementation which dynamically reloads inner loggers.

ReloadLog wraps an inner logger and provides a ReloadHandle to dynamically replace or modify the inner logger.

This allows programs to dynamically change the log level or log target at runtime.

Structs

Enums

  • An error which occurred while reloading the logger.