logga 0.1.2

A minimal logger and console printer for my loggas
Documentation
1
2
3
4
5
use logga;

fn main() {
	logga::info!("ASD");
}