This type is a class for model objects.
RAS Logging Service configuration settings.
Package: ras| Attributes Summary | |
| messageFilterLevel : MessageFilterLevelKind | Allow the administrator to hierarchically disable certain types of logging for a server process. There are four possible filter levels : None - All messages are logged. Audit - Do not log System.out/System.err or Audit messages Service - Do not log System.out/System.err, Audit or Service messages. Warning - Do not log System.out/System.err, Audit, Service or Warning messages. Filtering of Error and Fatal messages is never allowed. |
| enableCorrelationId : EBoolean | Specify if ras should generate correlation Ids (default is true) |
| suppressStackTraces : EBoolean | Specify whether or not FFDC should be invoked when a Fatal message is logged. Currently unused. |
| serviceLog : ServiceLog @ | Settings for configuring the service log. |
| Attribute Details |