Enum LogTarget
Defines the possible log targets
Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
[Flags]
public enum LogTarget
Fields
| Name | Description |
|---|---|
| File | Log to a file specified by the |
| None | Disable logging |
| StdErr | Log to stderr |
| StdOut | Log to stdout |
| WinDebug | Log using |


