NET Logging Library
RollingTimePeriod Enumeration



KellermanSoftware.NetLoggingLibrary Namespace : RollingTimePeriod Enumeration
How often to roll log files
Syntax
<SerializableAttribute()>
Public Enum RollingTimePeriod 
   Inherits System.Enum
Dim instance As RollingTimePeriod
[Serializable()]
public enum RollingTimePeriod : System.Enum 
[Serializable()]
public enum class RollingTimePeriod : public System.Enum 
Members
MemberDescription
Daily The log file is archived daily
Hourly The log file is archived every hour
Minute The log file is archived every minute
Monthly The log file is archived monthly
Quarterly The log file is archived quarterly
Weekly The log file is archived weekly
Yearly The log file is archived yearly
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetLoggingLibrary.RollingTimePeriod

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