Struct FileSinkSystem.RollingFileConfiguration
Current rolling file state
Inherited Members
Namespace: Unity.Logging.Sinks
Assembly: solution.dll
Syntax
public struct FileSinkSystem.RollingFileConfiguration
Fields
Name | Description |
---|---|
MaxFileSizeBytes | Max file size in bytes that is allowed. 0 if no rolling should occur on the size of file |
MaxRoll | Max number of rolls |
MaxTimeSpan | Max time span for a file to be opened. Default if no rolling should occur on the time |