Skip to main content

early_println

Macro early_println 

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

Early print macro for bootstrap debugging (before full logger is ready)