Click or drag to resize

LogFileKind Enumeration

The type of log file of a process.

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public enum LogFileKind
Members
Member nameValueDescription
Log0 The log file created by log4net.
StdOut1 The standard output.
StdErr2 The standard error.
See Also