low_latency_log 0.1.0

Fast and Low Latency Logging Library for Rust
Documentation
1
2
3
4
5
pub use crate::LoggingFunc;

pub fn log(func: LoggingFunc) {
    crate::logger().log(func)
}