morpheus_core::net::ring_buffer

Function error_log

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

Log an error message to the ring buffer

ยงArguments

  • stage - Which initialization stage this error occurred in
  • msg - Error message (will be truncated if too long)