Function logger::take_early_log_writers
source · pub fn take_early_log_writers() -> [Option<SerialPort>; 2]
Expand description
Removes all of the writers (output streams) from the early logger and returns them.
This is intended to allow the caller to take ownership of the early logger writers such that they can switch to initializing the full logger.