tlogger 0.1.0

A simple logging library with a neat style.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub use crate::{
    info,
    warn,
    error,
    success,
    debug,
    info_box,
    warn_box,
    error_box,
    success_box,
    make_log,
    strip_ansi_codes,
    debug_box,
    init_logger,
    set_debug
};