Skip to content

ericseppanen/dumb_logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dumb_logger is a minimal logging module.

It allows you to use the log macros error!, warn!, info!, debug! and trace! to print to stdout.

It has no dependencies other than log. It doesn't print timestamps or sequence numbers or print in color. It just prints the message that was logged.

How to use it:

use log::trace;
dumb_logger::init();
trace!("hello world");

About

The simplest rust logger module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages