Registry / logging / fast-log

fast-log

JSON →
library1.7.8rscratesunverified

Rust async log high-performance asynchronous logging.

# Cargo.toml [dependencies] fast_log = "1.7.8"
INSTALL
IMPORT
SIG · FAST-LOG
F
fast-log
loggingrustv1.7.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

init_log
use fast_log::init_log;

Initializes fast_log with info level and logs a message.

use fast_log::init_log; fn main() { init_log("info", true, false, 100, 10).unwrap(); log::info!("Hello, fast_log!"); }
Debug
Known issues
gotchaRequires the `log` crate as a dependency for the log macros.
fix
Add `log = "0.4"` to Cargo.toml.
affects: >=1.0.0
Upgrade
Version history
1.7.8latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
54 hits · last 30 days
node
48
OpenAI (training)
1
Resources
fast-log — cargo add fast-log · libregistry