Macro vrust::loge [] [src]

macro_rules! loge {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}