tree-logger 0.3.3

Simple yet feature-full logging and profile tool
Documentation
1
2
3
4
5
6
7
8
pub static INCREMENT: &str = "increment";
pub static DECREMENT: &str = "decrement";

pub static SET_TIME: &str = "set_time";
pub static TIME: &str = "time";
pub static ID: &str = "id";

pub static QUIET: &str = "quiet";