[This is preliminary documentation and is subject to change.]
The KernelLoggerTracing type exposes the following members.
Methods
Name | Description | |
---|---|---|
PostKernelLoggerMarkEvent(String) |
Writes a freetext Mark event into the ETW Kernel Logger trace session.
This event is expensive and should be used sparingly.
| |
PostKernelLoggerMarkEvent(String, Object) |
Formats and then writes a freetext Mark event into the ETW Kernel Logger trace session.
This event is expensive and should be used sparingly.
| |
TraceConsumer |
Message consumer ETW event.
Generates mark event containing the character '-' followed by a 64-bit key constructed from the arguments.
Post-processing (eg by ViewEtl) will use the key to match message producer and consumer events.
| |
TraceProducer |
Message producer ETW event.
Generates mark event containing the character '+' followed by a 64-bit key constructed from the arguments.
Post-processing (eg by ViewEtl) will use the key to match message producer and consumer events.
|
See Also