//! A Rust logger. Provides macro `debugln!()` and `println!()`.
//!
//! # Example
//! ```
//! rog::reg("main");
//! rog::debugln!("debug");
//! rog::println!("print");
//! ```
use HashSet;
pub use println;
use ;
pub static C: = new;
/// Debugs to the standard output, with a newline.
/// Register a series of module names, the logs in this module will be printed.