You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are still many libraries using the log facilities to emit debug informations, tracing-subscriber could also register a handler to log and output together.
This library aims to share the same configuration process like log4rs, so I suggest:
trace4rs could also accept exactly the same configuration format like log4rs, which means:
They should have the same configuration fields
They should have the same configuration options
Format should have the same keys
trace4rs could also handle outputs from log, which means:
trace4rs could work just like log4rs
The text was updated successfully, but these errors were encountered:
There are still many libraries using the
log
facilities to emit debug informations,tracing-subscriber
could also register a handler tolog
and output together.This library aims to share the same configuration process like
log4rs
, so I suggest:trace4rs
could also accept exactly the same configuration format likelog4rs
, which means:trace4rs
could also handle outputs fromlog
, which means:trace4rs
could work just likelog4rs
The text was updated successfully, but these errors were encountered: