This type is a class for model objects.
Configuration settings for the trace service.
Package: traceserviceAttributes Summary | |
startupTraceSpecification : EString | 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 |
traceOutputType : TraceOutputKind | Identifies one of the legal trace handler types. |
traceFormat : TraceFormatKind | Indicates what format trace output should be generated in. Valid values currently include basic, advanced, loganalyzer. |
memoryBufferSize : EInt | 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). |
traceLog : TraceLog @ | If trace output type is SPECIFIED_FILE, these settings are used to specify settings for the trace log. |
Attribute Details |