appendtolog - eisclimber/ExPresS-XR GitHub Wiki

ConsoleToUI.AppendToLog(string,string,LogType)

Method in ConsoleToUI

Summary

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)

Parameters

Name Description
string logString String to be logged.
string stackTrace Stack trace of that log entry.
UnityEngine.LogType type Type/Severity of the log.
⚠️ **GitHub.com Fallback** ⚠️