Loupe - Log - Monitor - Resolve
Loupe.Configuration Namespace / SessionFileConfiguration Class / MinimumFreeDisk Property

In This Topic
    MinimumFreeDisk Property (SessionFileConfiguration)
    In This Topic
    The minimum amount of free disk space for logging.
    Syntax
    'Declaration
     
    
    Public Property MinimumFreeDisk As Integer
    public int MinimumFreeDisk {get; set;}
    Remarks
    If the amount of free disk space falls below this value, existing log files will be removed to free space. If no more log files are available, logging will stop until adequate space is freed.
    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