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

In This Topic
    MaxFileSize Property (SessionFileConfiguration)
    In This Topic
    The maximum number of megabytes in a single session file before a new file is started.
    Syntax
    'Declaration
     
    
    Public Property MaxFileSize As Integer
    public int MaxFileSize {get; set;}
    Remarks
    When the file reaches the maximum size it will be closed and a new file started. Due to compression effects and other data storage considerations, final files may end up slightly larger on disk or somewhat smaller. Setting to zero will allow files to grow to the maximum size allowed by the file format (2 GB)
    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