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
pub mod aws;
pub mod awscout;
mod factory;
pub mod fmt;
pub mod io;
pub mod loki;
pub mod std;
pub mod vec;
pub mod write;

pub use factory::*;