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: 2.0.0
Syntax
public enum LogFileKind
Members
  Member nameValueDescription
Log0 The log file created by log4net.
StdOut1 The standard output.
StdErr2 The standard error.
See Also