logn

Macro logn 

Source
macro_rules! logn {
    ($( $args:expr ),*) => { ... };
}
Expand description

Prints without newline to stdout in debug profile

See https://stackoverflow.com/questions/38141056/does-rust-have-a-debug-macro