flarelog 0.3.2

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;
}