DryadLinqLog AddVerbose Method DryadLINQ documentation
Adds a verbose-level log entries.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax

public static void AddVerbose(
	string msg,
	params Object[] args
)

Parameters

msg
Type: System String
The log message as a format string
args
Type:  System Object 
The objects to format
See Also