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
DebugLogHandler.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine
8{
9 [NativeHeader("Runtime/Export/Debug/Debug.bindings.h")]
10 [global::Cpp2ILInjected.Token(Token = "0x2000037")]
11 internal sealed class DebugLogHandler : ILogHandler
12 {
14 [global::Cpp2ILInjected.Token(Token = "0x600005D")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1F6B040", Offset = "0x1F6B040", Length = "0x5C")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
18 [MethodImpl(4096)]
19 internal static extern void Internal_Log(LogType level, LogOption options, string msg, Object obj);
20
22 [global::Cpp2ILInjected.Token(Token = "0x600005E")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1F6B09C", Offset = "0x1F6B09C", Length = "0x44")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
26 [MethodImpl(4096)]
27 internal static extern void Internal_LogException(Exception ex, Object obj);
28
29 [global::Cpp2ILInjected.Token(Token = "0x600005F")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1F6B0E0", Offset = "0x1F6B0E0", Length = "0x68")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
33 {
34 typeof(string),
35 typeof(object[])
36 }, ReturnType = typeof(string))]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
38 public void LogFormat(LogType logType, Object context, string format, params object[] args)
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x6000060")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1F6B148", Offset = "0x1F6B148", Length = "0x90")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
48 public void LogException(Exception exception, Object context)
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x6000061")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1F6B1D8", Offset = "0x1F6B1D8", Length = "0x8")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
58 {
59 throw null;
60 }
61 }
62}
class f__AnonymousType0<< Count > j__TPar
static void Internal_Log(LogType level, LogOption options, string msg, Object obj)
void LogFormat(LogType logType, Object context, string format, params object[] args)
void LogException(Exception exception, Object context)
static void Internal_LogException(Exception ex, Object obj)