Macro androidy_log::println[][src]

macro_rules! println {
    () => { ... };
    ($($arg : tt) *) => { ... };
}
Expand description

println alternative to write message with INFO priority.