Search Results for

    Show / Hide Table of Contents

    Struct ConsoleLogEntry

    Implements
    System.IComparable<ConsoleLogEntry>
    System.Collections.Generic.IComparer<ConsoleLogEntry>
    Namespace: GDX.Developer
    Syntax
    public struct ConsoleLogEntry : IComparable<ConsoleLogEntry>, IComparer<ConsoleLogEntry>

    Constructors

    | Improve this Doc View Source

    ConsoleLogEntry(LogType, String, String)

    Declaration
    public ConsoleLogEntry(LogType type, string message, string stackTrace = null)
    Parameters
    Type Name Description
    UnityEngine.LogType type
    System.String message
    System.String stackTrace

    Fields

    | Improve this Doc View Source

    Frame

    Declaration
    public int Frame
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    FrameCount

    Declaration
    public string FrameCount
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Level

    Declaration
    public LogType Level
    Field Value
    Type Description
    UnityEngine.LogType
    | Improve this Doc View Source

    Message

    Declaration
    public string Message
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    StackTrace

    Declaration
    public string StackTrace
    Field Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Compare(ConsoleLogEntry, ConsoleLogEntry)

    Declaration
    public int Compare(ConsoleLogEntry x, ConsoleLogEntry y)
    Parameters
    Type Name Description
    ConsoleLogEntry x
    ConsoleLogEntry y
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    CompareTo(ConsoleLogEntry)

    Declaration
    public int CompareTo(ConsoleLogEntry other)
    Parameters
    Type Name Description
    ConsoleLogEntry other
    Returns
    Type Description
    System.Int32

    Implements

    System.IComparable<T>
    System.Collections.Generic.IComparer<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.