Skip to content

v1.5.56

Compare
Choose a tag to compare
@zhuxiujia zhuxiujia released this 19 Jul 08:42
· 145 commits to master since this release

v1.5.56

  • support
fast_log::init(
        Config::new()
            .chan_len(Some(100000))
            .console()
            .file_loop("sloop.log", LogSize::KB(1)),
    )