[This is preliminary documentation and is subject to change.]
Where the log data is recorded
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 LoggingStyle
Members
Member name | Value | Description | |
---|---|---|---|
File | 0 | To a file. | |
Console | 1 | To the console. |
See Also