tlogger 0.1.2

A simple logging library with a neat style and customizablity.
Documentation
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,
    customize_colors,
    customize_borders,
    customize_symbols,
    get_colors,
    get_borders,
    get_symbols,
    
};