pub fn log_critical<S>(device: *mut ConfObject, msg: S) -> Result<()>where S: AsRef<str>,
Log an info-level message through the SIMICS logging functions
device
msg
This function causes a frontend exception. Only use it if the error is truly critical.
All Contexts