[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 name | Value | Description | |
---|---|---|---|
Debug | 0 | Anything at all. | |
Info | 1 | Any information deemed interesting. | |
Progress | 2 | Any indication of progress. | |
Error | 3 | Only error messages. | |
Fatal | 4 | Only fatal messages. | |
Off | 5 | No logging reported. |
See Also