[This is preliminary documentation and is subject to change.]
Writes a freetext Mark event into the ETW Kernel Logger trace session.
This event is expensive and should be used sparingly.
Namespace: Microsoft.Research.Naiad.Diagnostics
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public static void PostKernelLoggerMarkEvent( string msg )
Parameters
- msg
- Type: SystemString
message
See Also