cute-log

Build Status Crates.io Documentation

Simple and cute log

Usage

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

Available features

Log level control

The logger is made without any builtin filters.

You can either control logs through compile time features of log crate. Or use set_max_level.

Supported platforms