pub fn init_default()Expand description
Install default_sinks as the global sink list.
Convenience for the common boot funnel; equivalent to
nros_log::init(default_sinks()), and it drains anything
nros_log::early held before this point.
pub fn init_default()Install default_sinks as the global sink list.
Convenience for the common boot funnel; equivalent to
nros_log::init(default_sinks()), and it drains anything
nros_log::early held before this point.