Public Enum RollingStyle Inherits System.Enum
Dim instance As RollingStyle
public enum RollingStyle : System.Enum
public enum class RollingStyle : public System.Enum
Public Enum RollingStyle Inherits System.Enum
Dim instance As RollingStyle
public enum RollingStyle : System.Enum
public enum class RollingStyle : public System.Enum
Member | Description |
---|---|
ArchiveMaxLogEntries | After MaxLogEntries is reached, the log file is archived |
ArchiveSize | After the FileRollingMaxSize is reached, the log file is archived |
ArchiveTimePeriod | For each FileRollingTimePeriod, the log file is archived |
DiscardMaxLogEntries | After MaxLogEntries is reached, old entries are discarded |
NoRolling | No file log rolling is performed |
System.Object
System.ValueType
System.Enum
KellermanSoftware.NetLoggingLibrary.RollingStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2