Function simics::api::logging::_log_error
source · fn _log_error<S>(device: *mut ConfObject, msg: S) -> Result<()>
Expand description
Log an info-level message through the SIMICS logging functions
§Arguments
device
- The device to emit this log message throughmsg
- The message to log
§Notes
The macros [simics::error
], [simics::warn
], [simics::info
], [simics::debug
],
and [simics::trace
] are more flexible and user friendly. They should be used instead.
§Context
All Contexts