QueryLoggingLevel EnumerationDryadLINQ documentation
Logging levels for DryadLinqQuery runtime.

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

public enum QueryLoggingLevel
Members

  Member nameValueDescription
Off0 This level turns off DryadLINQ logging completely.
Critical1 This level only logs critical log entries.
Error3 This level logs error or critical log entries.
Warning7 This level logs warning or more critical log entries.
Information15 This level logs information or more critical log entries.
Verbose31 This level logs all DryadLINQ log entries.
See Also

Reference