Struct LoggerHandler.Log
Assembly: com.bennykok.runtime-debug-action.dll
Syntax
Constructors
Log(String, String, LogType, DateTime)
Declaration
public Log(string logString, string stackTrace, LogType type, DateTime time)
Parameters
Type |
Name |
Description |
System.String |
logString |
|
System.String |
stackTrace |
|
UnityEngine.LogType |
type |
|
System.DateTime |
time |
|
Fields
logString
Declaration
Field Value
Type |
Description |
System.String |
|
stackTrace
Declaration
Field Value
Type |
Description |
System.String |
|
time
Declaration
Field Value
Type |
Description |
System.DateTime |
|
type
Declaration
Field Value
Type |
Description |
UnityEngine.LogType |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()