NET Logging Library
FileRollingStyle Property



KellermanSoftware.NetLoggingLibrary.Targets Namespace > BaseFileTarget Class : FileRollingStyle Property
What to do with old entries. Options are NoRolling, ArchiveMaxLogEntries, ArchiveSize, ArchiveTimePeriod, DiscardMaxLogEntries
The default is DiscardMaxLogEntries
Syntax
Public Property FileRollingStyle As RollingStyle
Dim instance As BaseFileTarget
Dim value As RollingStyle
 
instance.FileRollingStyle = value
 
value = instance.FileRollingStyle
public RollingStyle FileRollingStyle {get; set;}
public:
property RollingStyle FileRollingStyle {
   RollingStyle get();
   void set (    RollingStyle value);
}
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

BaseFileTarget Class
BaseFileTarget Members