Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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");
}

About

Simple Logging Library

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages