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 logFileName parameter of Init(LogLevel, LogLevel, LogTarget, string).

None

Disable logging

StdErr

Log to stderr

StdOut

Log to stdout

WinDebug

Log using OutputDebugString (Windows only)