docs.unity3d.com
    Show / Hide Table of Contents

    Struct FileSinkSystem.RollingFileConfiguration

    Current rolling file state

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023