Struct
ConsoleLogEntry
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
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FrameCount
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Level
Declaration
Field Value
Type |
Description |
UnityEngine.LogType |
|
|
Improve this Doc
View Source
Message
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StackTrace
Declaration
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Compare(ConsoleLogEntry, ConsoleLogEntry)
Declaration
public int Compare(ConsoleLogEntry x, ConsoleLogEntry y)
Parameters
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CompareTo(ConsoleLogEntry)
Declaration
public int CompareTo(ConsoleLogEntry other)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Implements
System.IComparable<T>
System.Collections.Generic.IComparer<T>