KernelLoggerTracing MethodsNaiad Help

[This is preliminary documentation and is subject to change.]

The KernelLoggerTracing type exposes the following members.

Methods

  NameDescription
Public methodStatic memberPostKernelLoggerMarkEvent(String)
Writes a freetext Mark event into the ETW Kernel Logger trace session. This event is expensive and should be used sparingly.
Public methodStatic memberPostKernelLoggerMarkEvent(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.
Public methodStatic memberTraceConsumer
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.
Public methodStatic memberTraceProducer
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.
Top
See Also

Reference