Macro early_printer::println
source · macro_rules! println { () => { ... }; ($($arg:tt)*) => { ... }; }
Expand description
Prints the formatted output with an appended newline (‘\n’) to the early framebuffer writer, if it has been initialized.