flarelog 0.5.0

flarelog is an ergonomic logging library for Rust with a focus on simplicity and speed.
Documentation
1
2
3
pub trait LogEntry {
    fn stringify(self) -> String;
}