Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

zanardo/basiclog-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basiclog

This is a simple Rust logging boilerplate for my needs.

Importing:

use basiclog::{info};

Just initialize it:

basiclog::init();

And use:

info!("This is a test!");

Output:

2021/04/28 21:57:04.331 DEB | This is a test!

About

A simple Rust logging boilerplate for my needs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages