1 unstable release

0.1.0 Oct 26, 2023

#682 in Debugging

27 downloads per month
Used in logcontrol-log

MIT/Apache

14KB
192 lines

log-reload

Crates.io docs.rs

A log logger which can dynamically reload inner loggers.


lib.rs:

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.

Dependencies

~0.4–0.8MB
~20K SLoC