Name | Description | |
---|---|---|
SessionFileConfiguration Constructor | Initialize the session file configuration from the application configuration |
The following tables list the members exposed by SessionFileConfiguration.
Name | Description | |
---|---|---|
SessionFileConfiguration Constructor | Initialize the session file configuration from the application configuration |
Name | Description | |
---|---|---|
AutoFlushInterval | The maximum number of seconds data can be held before it is flushed. | |
Enabled | When false, the session file is disabled even if otherwise configured. | |
EnableFilePruning | When true, session files will be pruned for size or age. | |
Folder | The folder to store session files in unless explicitly overridden at runtime. | |
ForceSynchronous | When true, the session file will treat all write requests as write-through requests. | |
IndexUpdateInterval | The number of seconds between index updates. | |
MaxFileDuration | The maximum number of minutes in a single session file before a new file is started. | |
MaxFileSize | The maximum number of megabytes in a single session file before a new file is started. | |
MaxLocalDiskUsage | The maximum number of megabytes for all log files in megabytes on the local drive before older files are purged. | |
MaxLocalFileAge | The number of days that log files are retained. | |
MaxQueueLength | The maximum number of queued messages waiting to be processed by the session file | |
MinimumFreeDisk | The minimum amount of free disk space for logging. |
Name | Description | |
---|---|---|
Sanitize | Normalize the configuration | |
ToString | Returns a string that represents the current object.Returns a string that represents the current object. |