Enum LogTarget

使用可能なログ出力先を定義します。

Namespace: ic4
Assembly: ic4dotnet.dll

構文

[Flags]
public enum LogTarget

Fields

名前 説明
File Init(LogLevel, LogLevel, LogTarget, string)logFileName パラメータで指定されたファイルにログを出力します。
None ログ出力を無効にします。
StdErr stderr にログを出力します。
StdOut stdout にログを出力します。
WinDebug OutputDebugString を使用してログを出力します(Windows のみ)。