The different log modes available in the lite logger
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| ConsoleOnly | 0 | Only log to the current console. | |
| LogFileOnly | 1 | Only log to an output file. | |
| ConsoleAndLogFile | 2 | Log to both the console and output file. |
See Also