spdlog-rs 0.5.3

Fast, highly configurable Rust logging crate, inspired by the C++ logging library spdlog
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod unit_test;
pub(crate) use unit_test::*;

#[allow(dead_code)]
mod common {
    include!(concat!(
        env!("OUT_DIR"),
        "/test_utils/common_for_unit_test.rs"
    ));
}
#[allow(unused_imports)]
pub(crate) use common::*;