morpheus_core::net

Function debug_log

Source
pub fn debug_log(stage: InitStage, msg: &str)
Expand description

Log a debug/info message to the ring buffer

ยงArguments

  • stage - Which initialization stage this message is from
  • msg - Debug message (will be truncated if too long)