1 个不稳定版本

0.1.0 2019年2月27日

#68#super

LGPL-3.0-only

5KB

beautylof

Rust中的一个美观的日志记录器.

此仓库包含美观的日志记录器。它基于 log 包。

它的设计非常简单,并且模仿了 rustup 和 cargo 的输出。

用法

#[macro_use]
extern crate log;

fn main() {

    beautylog::init(log::LevelFilter::Trace).ok();

    info!("some information");
    warn!("something went wrong");
    debug!("some debug info");
    trace!("yo");
    error!("something went horribly wrong");

}

外观示例

how it renders


lib.rs:

此包包含美观的日志记录器。

它的设计非常简单,并且模仿了 rustup 和 cargo 的输出。

用法

#[macro_use]
extern crate log;

fn main() {

    beautylog::init(log::LevelFilter::Trace).ok();

    info!("some information");
    warn!("something went wrong");
    debug!("some debug info");
    trace!("yo");
    error!("something went horribly wrong");

}

外观示例

how it renders

依赖项

~0.1–7.5MB
~45K SLoC