terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ LogException()

void UnityEngine.Logger.LogException ( Exception exception,
Object context )
inline

Implements UnityEngine.ILogHandler.

Definition at line 144 of file Logger.cs.

145 {
146 if (this.<logEnabled>k__BackingField)
147 {
148 ILogHandler logHandler = this.<logHandler>k__BackingField;
149 return;
150 }
151 }
ILogHandler logHandler
Definition Logger.cs:23
ILogHandler< logHandler > k__BackingField
Definition Logger.cs:167

References UnityEngine.Logger.k__BackingField, UnityEngine.Logger.logEnabled, and UnityEngine.Logger.logHandler.