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.
1
using
System
;
2
3
namespace
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
21
public
static
Action<string>
LogWarning
;
22
23
// Token: 0x04002204 RID: 8708
24
public
static
Action<string>
LogError
;
25
}
26
}
System.Action
Definition
Action.5.cs:7
Telepathy.Logger.LogError
static Action< string > LogError
Definition
Logger.cs:24
Telepathy.Logger.Log
static Action< string > Log
Definition
Logger.cs:18
Telepathy.Logger.LogWarning
static Action< string > LogWarning
Definition
Logger.cs:21
Telepathy.Logger.Logger
static Logger()
Definition
Logger.cs:10
Telepathy.Logger
Definition
Logger.cs:7
System
Definition
__ComObject.cs:4
Telepathy
Definition
Client.cs:12
source
Telepathy
Logger.cs
Generated by
1.10.0