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
ILogHandler.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x0200003F RID: 63
6 public interface ILogHandler
7 {
8 // Token: 0x06000081 RID: 129
9 void LogFormat(LogType logType, Object context, string format, params object[] args);
10
11 // Token: 0x06000082 RID: 130
13 }
14}
class f__AnonymousType0<< Count > j__TPar
void LogFormat(LogType logType, Object context, string format, params object[] args)
void LogException(Exception exception, Object context)