[Debug]SeverityFilter
- Last UpdatedJul 30, 2024
- 1 minute read
Allows you to filter messages logged to the tracelog.dat file according to their severity.
The [Debug]SeverityFilterMode parameter indicates whether messages of the specified severities should be included or excluded from the log.
Allowable Values:
Zero or more of the following categories specified as a comma-separated string:
-
Critical - any detected non-recoverable errors
-
Error - any detected recoverable errors
-
Warning - any detected minor issues
-
Information - informative notifications
-
Verbose - debugging trace
Include all the required values in the comma-separated string (including Critical and Error), as more critical error levels will not be automatically included if only a lower severity error category is specified.
Default Value:
Critical,Error
Note: You can adjust this parameter during runtime using the SetLogging() function. For more information, search the Plant SCADA Help for the topic Adjusting Logging During Runtime.