Closed vorner closed 6 years ago
Currently, the logging backends are hardcoded. If the user wants something not supported, the only way to add it is by patching this crate. It would be nice to find some way to make the logging configuration & backends pluggable.
Somewhat done in recent spirit-log. It allows plugging other loggers in.
spirit-log
Currently, the logging backends are hardcoded. If the user wants something not supported, the only way to add it is by patching this crate. It would be nice to find some way to make the logging configuration & backends pluggable.