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
Logger.cs
Go to the documentation of this file.
1using System;
2
3namespace Telepathy
4{
5 // Token: 0x02000314 RID: 788
6 public static class Logger
7 {
8 // Token: 0x0600126C RID: 4716 RVA: 0x00059A84 File Offset: 0x00057C84
9 // Note: this type is marked as 'beforefieldinit'.
10 static Logger()
11 {
12 if (!true)
13 {
14 }
15 }
16
17 // Token: 0x04002202 RID: 8706
18 public static Action<string> Log;
19
20 // Token: 0x04002203 RID: 8707
22
23 // Token: 0x04002204 RID: 8708
24 public static Action<string> LogError;
25 }
26}
static Action< string > LogError
Definition Logger.cs:24
static Action< string > Log
Definition Logger.cs:18
static Action< string > LogWarning
Definition Logger.cs:21
static Logger()
Definition Logger.cs:10