timber_rust 2.0.1

A high-performance, asynchronous logging library with support for Grafana Loki and AWS CloudWatch.
1
2
3
4
5
6
7
8
9
10
11
mod boxedfmt;
mod fmt;
mod io;
mod msgformatter;
mod std;

pub use boxedfmt::*;
pub use fmt::*;
pub use io::*;
pub use msgformatter::*;
pub use std::*;