LoggingDebug Method Naiad Help

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

Logs a format string and arguments at Debug level

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 Debug(
	string msg,
	params Object[] args
)

Parameters

msg
Type: SystemString
format string
args
Type: SystemObject
argument list
See Also

Reference