Function simics::api::logging::log_critical

source ·
pub fn log_critical<S>(device: *mut ConfObject, msg: S) -> Result<()>
where S: AsRef<str>,
Expand description

Log an info-level message through the SIMICS logging functions

§Arguments

  • device - The device to emit this log message through
  • msg - The message to log

§Notes

This function causes a frontend exception. Only use it if the error is truly critical.

§Context

All Contexts