terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Logger.cs
Go to the documentation of this file.
1using System;
4
5namespace Telepathy
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000314")]
8 public static class Logger
9 {
10 // Note: this type is marked as 'beforefieldinit'.
11 [global::Cpp2ILInjected.Token(Token = "0x600126C")]
12 [global::Cpp2ILInjected.Address(RVA = "0xA79DC4", Offset = "0xA79DC4", Length = "0x150")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Action<object>), Member = ".ctor", MemberParameters = new object[]
15 {
16 typeof(object),
18 }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
20 static Logger()
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x4002202")]
26 public static Action<string> Log;
27
28 [global::Cpp2ILInjected.Token(Token = "0x4002203")]
29 public static Action<string> LogWarning;
30
31 [global::Cpp2ILInjected.Token(Token = "0x4002204")]
32 public static Action<string> LogError;
33 }
34}
class f__AnonymousType0<< Count > j__TPar
static Action< string > LogError
Definition Logger.cs:32
static Action< string > Log
Definition Logger.cs:26
static Action< string > LogWarning
Definition Logger.cs:29
static Logger()
Definition Logger.cs:20