Struct FileSinkSystem.RollingFileConfiguration
Current rolling file state
Inherited Members
Namespace: Unity.Logging.Sinks
Syntax
public struct RollingFileConfiguration
Fields
MaxFileSizeBytes
Max file size in bytes that is allowed. 0 if no rolling should occur on the size of file
Declaration
public long MaxFileSizeBytes
Field Value
Type | Description |
---|---|
Int64 |
MaxRoll
Max number of rolls
Declaration
public int MaxRoll
Field Value
Type | Description |
---|---|
Int32 |
MaxTimeSpan
Max time span for a file to be opened. Default if no rolling should occur on the time
Declaration
public TimeSpan MaxTimeSpan
Field Value
Type | Description |
---|---|
TimeSpan |