Crate quick_tracing_derive

Source
Expand description

Initializing a multithreaded logger in Rust.(Derive)

This library provides functionality to initialize a multithreaded logger with flexible configuration options. It supports both file I/O logging and logging to stdout with ANSI color support.

Attribute Macrosยง

init
An attribute to initialize a logger with various options.
try_init
An attribute to initialize a logger with various options.