KernelLoggerTracingPostKernelLoggerMarkEvent Method (String, Object)Naiad Help

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

Formats and then 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,
	params Object[] args
)

Parameters

msg
Type: SystemString
The format string to be logged, as in String.Format
args
Type: SystemObject
Arguments to be formatted.
See Also

Reference