Skip to content

rust-wiiu/cafe-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

A logger that prints log messages to configured output channels on the Wii U. It is the Rust alternative to the WHBLog functions in wut.

Usage

use cafe_logger::CafeLogger;
fn main() {
    CafeLogger::new().init().unwrap();

    log::warn!("This is an example message.");
}

About

A logger which works over various output channels for the Wii U.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages