NET Logging Library
RollingStyle Enumeration



KellermanSoftware.NetLoggingLibrary Namespace : RollingStyle Enumeration
Determines how text, xml, csv, and html files are rolled
Syntax
Public Enum RollingStyle 
   Inherits System.Enum
Dim instance As RollingStyle
public enum RollingStyle : System.Enum 
public enum class RollingStyle : public System.Enum 
Members
MemberDescription
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetLoggingLibrary.RollingStyle

Requirements

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

See Also

Reference

KellermanSoftware.NetLoggingLibrary Namespace