vorner / spirit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom logging backends

vorner opened this issue · comments

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.