Log level
Selects filtering level that limits Simulink®
Real-Time™ target computer system messages that appear in the system log. To open the
viewer tab in Simulink Real-Time Explorer and view the system log from the target
computer tg
, in the MATLAB Command Window, type:
slrtExplorer
For more information, see slrtExplorer
.
Settings
Default:
info
-
info
Select to include all system messages in the system log.
-
trace
Select to include all system memory trace messages in the system log.
-
debug
Select to include all system debug messages in the system log.
-
warning
Select to include all system warning messages in the system log.
-
error
Select to include all system error messages in the system log.
-
fatal
Select to include all system fatal messages in the system log.
. . .
Command-Line Information
Parameter:
SLRTLogLevel
|
Type: character vector |
Value:
'info' | 'trace' |
'debug' | 'warning' |
'error' | 'fatal' |
Default:
'info'
|
Related Real-Time Application Option
The SLRTLogLevel
configuration parameter sets the initial value
for the loglevel
option when you build the real-time
application.
For more information, see Application
object.
Option:
loglevel
|