DryadLinqLogAddInfo Method DryadLINQ documentation
Adds an information-level log entries.

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

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

Parameters

msg
Type: SystemString
The log message as a format string
args
Type: SystemObject
The objects to format
See Also

Reference