vorner / spirit

Apache License 2.0
162 stars 6 forks source link

Custom logging backends #10

Closed vorner closed 6 years ago

vorner commented 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.

vorner commented 6 years ago

Somewhat done in recent spirit-log. It allows plugging other loggers in.