RASLoggingService

RAS Logging Service configuration settings.

Inherits from type Service and adds the following.

Attributes Summary
messageFilterLevel : MessageFilterLevelKindAllow the administrator to hierarchically disable certain types of logging for a server process.
enableCorrelationId : booleanSpecify if ras should generate correlation Ids (default is true)
suppressStackTraces : booleanSpecify whether or not FFDC should be invoked when a Fatal message is logged.
serviceLog : ServiceLogSettings for configuring the service log.

Attribute Details

messageFilterLevel    -    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 messagesService - 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.
     data type: MessageFilterLevelKind
     default Value:   unspecified
     Allowed Values:  NONE   AUDIT   SERVICE   WARNING  



enableCorrelationId    -    Specify if ras should generate correlation Ids (default is true)
     data type: boolean
     default Value:   true
     Allowed Values:  true   false  



suppressStackTraces    -    Specify whether or not FFDC should be invoked when a Fatal message is logged. Currently unused.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



serviceLog    -    Settings for configuring the service log.
     data type: ServiceLog


Copyright IBM Corp. 1997-2004