macro_rules! init {
() => { ... };
}Expand description
Initializes Quicklog by calling Quicklog::init()
Should only be called once in the application
macro_rules! init {
() => { ... };
}Initializes Quicklog by calling Quicklog::init()
Should only be called once in the application