macro_rules! early_println {
($($arg:tt)*) => { ... };
}Expand description
Early print macro for bootstrap debugging (before full logger is ready)
macro_rules! early_println {
($($arg:tt)*) => { ... };
}Early print macro for bootstrap debugging (before full logger is ready)