TraceService

Configuration settings for the trace service.

Inherits from type Service and adds the following.

Attributes Summary
startupTraceSpecification : StringA trace specification that conforms to the trace specification grammar and specifies initial state for various trace components.
traceOutputType : TraceOutputKindIdentifies one of the legal trace handler types.
traceFormat : TraceFormatKindIndicates what format trace output should be generated in.
memoryBufferSize : intThe default number of entries in the memory buffer (in K entries - e.
traceLog : TraceLogIf trace output type is SPECIFIED_FILE, these settings are used to specify settings for the trace log.

Attribute Details

startupTraceSpecification    -    A trace specification that conforms to the trace specification grammar and specifies initial state for various trace components. An empty value is allowed and treated as "disable all trace". Any component that is not specified is initialized to a default state of disabled. If grammar errors are found in the string, RAS will ignore the trace string
     data type:  String
     default Value:   unspecified



traceOutputType    -    Identifies one of the legal trace handler types.
     data type: TraceOutputKind
     default Value:   unspecified
     Allowed Values:  MEMORY_BUFFER   SPECIFIED_FILE  



traceFormat    -    Indicates what format trace output should be generated in. Valid values currently include basic, advanced, loganalyzer.
     data type: TraceFormatKind
     default Value:   unspecified
     Allowed Values:  BASIC   ADVANCED   LOG_ANALYZER  



memoryBufferSize    -    The default number of entries in the memory buffer (in K entries - e.g. 1 = 1K entries) Only applicable if the MEMORY_BUFFER is selected for the trace output type. Default size is 8 (8K entries). Minimum size is 1 (1K).
     data type:  int
     default Value:   8



traceLog    -    If trace output type is SPECIFIED_FILE, these settings are used to specify settings for the trace log.
     data type: TraceLog


Copyright IBM Corp. 1997-2004