macro_rules! elog {
() => { ... };
($($arg:tt)*) => { ... };
}
Expand description
Print logs on stderr with the prefix [ledger]
macro_rules! elog {
() => { ... };
($($arg:tt)*) => { ... };
}
Print logs on stderr with the prefix [ledger]