DryadLinqLog ClassDryadLINQ documentation
DryadLINQ logging API.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.DryadLinqDryadLinqLog

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 class DryadLinqLog

The DryadLinqLog type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAddCritical
Adds a critical-level log entries.
Public methodStatic memberAddError
Adds an error-level log entries.
Public methodStatic memberAddInfo
Adds an information-level log entries.
Public methodStatic memberAddVerbose
Adds a verbose-level log entries.
Public methodStatic memberAddWarning
Adds a warning-level log entries.
Top
Fields

  NameDescription
Public fieldStatic memberLevel
Gets and sets the logging level of DryadLINQ.
Top
See Also

Reference