fn _log_info<S>(level: LogLevel, device: *mut ConfObject, msg: S) -> Result<()>
Expand description
Log an info-level message through the SIMICS logging functions
§Arguments
level
- The level to emit this log message atdevice
- 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