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
There are still many libraries using the
logfacilities to emit debug informations,tracing-subscribercould also register a handler tologand output together.This library aims to share the same configuration process like
log4rs, so I suggest:trace4rscould also accept exactly the same configuration format likelog4rs, which means:trace4rscould also handle outputs fromlog, which means:trace4rscould work just likelog4rs