tracing-subscriber-multi
Write tracing logs with helpful writer proxies, including:
- Writing to multiple places
- Writing to rotating log files
- Stripping ANSI sequences for a single writer
Example
use *;
let subscriber = builder
.with_max_level
.with_ansi
.with_writer
.finish;
set_global_default.expect;