cute-log 1.0.1

Simple and cute logger for log crate
Documentation

cute-log

Build Status Crates.io Documentation

Simple and cute log

Usage

#[macro_use]
extern crate log;
extern crate cute_log;

fn main() {
    cute_log::init();
    info!("it works!");
}

Available features

  • timestamp - Enables timestamp in logs.