SystemLog
Description
A SystemLog
object represents the console log from the target
computer at the time that the object is created by the
slrealtime.SystemLog
function.
Creation
creates a system log object that contains a table of current target computer console messages
in its messages property.slog_object
= slrealtime.SystemLog(target_object
)
To view the target computer console log, create a SystemLog
object and
view its messages property or use the Simulink®
Real-Time™ system log viewer slrtLogViewer
.
Properties
Object Functions
slrtLogViewer | Open the Simulink Real-Time System Log Viewer tab in the Simulink Real-Time Explorer to view the console log from the target computer |
Examples
Version History
Introduced in R2020b
See Also
slrtLogViewer
| log_trace
| log_debug
| log_info
| log_warning
| log_error
| log_fatal