3 releases
0.1.2 | Feb 4, 2025 |
---|---|
0.1.1 | Feb 3, 2025 |
0.1.0 | Oct 26, 2023 |
#198 in Debugging
2,615 downloads per month
Used in logcontrol-log
14KB
200 lines
log-reload
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
~86KB