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
ITraceWriter.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200007B RID: 123
9 public interface ITraceWriter
10 {
11 // Token: 0x170000BA RID: 186
12 // (get) Token: 0x06000452 RID: 1106
14
15 // Token: 0x06000453 RID: 1107
16 void Trace(TraceLevel level, string message, Exception ex);
17 }
18}
void Trace(TraceLevel level, string message, Exception ex)