NET Logging Library
DefaultFileRollingStyle Property



KellermanSoftware.NetLoggingLibrary Namespace > Configuration Class : DefaultFileRollingStyle Property
The default rolling style for file targets. The default is to discard the oldest entries: RollingStyle.DiscardMaxLogEntries
Syntax
Public Property DefaultFileRollingStyle As RollingStyle
Dim instance As Configuration
Dim value As RollingStyle
 
instance.DefaultFileRollingStyle = value
 
value = instance.DefaultFileRollingStyle
public RollingStyle DefaultFileRollingStyle {get; set;}
public:
property RollingStyle DefaultFileRollingStyle {
   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

Configuration Class
Configuration Members