appendtolog - eisclimber/ExPresS-XR GitHub Wiki
Method in ConsoleToUI
Adds an entry to the logs displayed. Will be automatically be called when something is logged to the console.
public void AppendToLog(string logString, string stackTrace, LogType type)| Name | Description |
|---|---|
string logString |
String to be logged. |
string stackTrace |
Stack trace of that log entry. |
UnityEngine.LogType type |
Type/Severity of the log. |