better-logger 2.3.2

Flexible sync/async logger with console, file, and HTTP output
Documentation
1
2
3
4
5
6
7
// better-logger/src/native/mod.rs

pub(crate) mod log;
pub(crate) mod auxiliary;

pub(super) mod file;
pub(super) mod networking;