simlog 3.0.0

这是一个开箱即用的日志组件
Documentation
1
2
3
4
5
6
7
use std::time::Duration;

use rusty_pool::ThreadPool;

lazy_static::lazy_static! {
    pub static ref TDPOOL: ThreadPool = ThreadPool::new(1, 1, Duration::from_secs(1));
}