docs.unity3d.com
    Show / Hide Table of Contents

    Struct TextLoggerParser.ArgumentInfo

    Parsed Argument/Hole data

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.Logging
    Syntax
    public readonly struct ArgumentInfo

    Constructors

    ArgumentInfo(Int32)

    Declaration
    public ArgumentInfo(int index)
    Parameters
    Type Name Description
    Int32 index

    ArgumentInfo(Int32, FixedString512Bytes, TextLoggerParser.ArgumentInfo.DestructingType, FixedString512Bytes, Int32)

    Declaration
    public ArgumentInfo(int index, FixedString512Bytes name, TextLoggerParser.ArgumentInfo.DestructingType destructingType, FixedString512Bytes format, int alignment)
    Parameters
    Type Name Description
    Int32 index
    FixedString512Bytes name
    TextLoggerParser.ArgumentInfo.DestructingType destructingType
    FixedString512Bytes format
    Int32 alignment

    Fields

    Alignment

    Alignment that is specified after ','

    Declaration
    public readonly int Alignment
    Field Value
    Type Description
    Int32

    Destructing

    See TextLoggerParser.ArgumentInfo.DestructingType

    Declaration
    public readonly TextLoggerParser.ArgumentInfo.DestructingType Destructing
    Field Value
    Type Description
    TextLoggerParser.ArgumentInfo.DestructingType

    Format

    Format that is specified after ':'

    Declaration
    public readonly FixedString512Bytes Format
    Field Value
    Type Description
    FixedString512Bytes

    Index

    Indexed hole (if no Name was specified)

    Declaration
    public readonly int Index
    Field Value
    Type Description
    Int32

    IsBuiltIn

    Declaration
    public readonly bool IsBuiltIn
    Field Value
    Type Description
    Boolean

    IsBuiltInLevel

    Declaration
    public readonly bool IsBuiltInLevel
    Field Value
    Type Description
    Boolean

    IsBuiltInMessage

    Declaration
    public readonly bool IsBuiltInMessage
    Field Value
    Type Description
    Boolean

    IsBuiltInStackTrace

    Declaration
    public readonly bool IsBuiltInStackTrace
    Field Value
    Type Description
    Boolean

    IsBuiltInTimestamp

    Declaration
    public readonly bool IsBuiltInTimestamp
    Field Value
    Type Description
    Boolean

    IsValid

    True if created

    Declaration
    public readonly bool IsValid
    Field Value
    Type Description
    Boolean

    Name

    Name of the hole

    Declaration
    public readonly FixedString512Bytes Name
    Field Value
    Type Description
    FixedString512Bytes

    Methods

    Number(Int32)

    Create a hole from a number (index)

    Declaration
    public static TextLoggerParser.ArgumentInfo Number(int i)
    Parameters
    Type Name Description
    Int32 i

    index to use

    Returns
    Type Description
    TextLoggerParser.ArgumentInfo

    ArgumentInfo with Index == i

    Back to top
    Terms of use
    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