mahogany 0.1.0

[BETA] Logging framework for Rust
Documentation
1
2
3
4
pub trait LogLevel: Send + 'static {
    fn level_string(&self) -> &'static str;
}