[][src]Macro thorium::debugln

macro_rules! debugln {
    ($($arg:tt)*) => { ... };
}

file!():line!()>, a space, and then the message.

only works with debug_assertions on.