Main Content
SystemLog
Description
A SystemLog
object represents the content of the console log
from a selected Speedgoat® 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.slog_object
= slrealtime.SystemLog(target_object
)
To view the target computer console log, create a SystemLog
object and
view its messages 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 |
messages | Display console log messages in a system log object |
reset | Update a system log object with current console log messages |
tail | Display a selected number of lines of console log messages in a system log object |
Examples
Version History
Introduced in R2020b
See Also
slrtLogViewer
| messages
| reset
| tail
| log_trace
| log_debug
| log_info
| log_warning
| log_error
| log_fatal