Skip to content

Reffis/BBangLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBangLog

Simple logging library

[dependencies]
bbanglog = "0.1.0"
extern crate bbanglog;

use bbanglog::*;

fn main() {
    info!("Hello, world! {}", "hehe");
    warn!("Hello, world! {}", "boi");
    error!("Hello, world! {}", "error");
}

Releases

Packages

Used by

Contributors

Languages