LoggingLevel EnumerationNaiad Help

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

Indicates the level of logging reported

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 enum LoggingLevel
Members

  Member nameValueDescription
Debug0 Anything at all.
Info1 Any information deemed interesting.
Progress2 Any indication of progress.
Error3 Only error messages.
Fatal4 Only fatal messages.
Off5 No logging reported.
See Also

Reference