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
Logging.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x02000229 RID: 553
7 internal static class Logging
8 {
9 // Token: 0x170002E6 RID: 742
10 // (get) Token: 0x06000DE2 RID: 3554 RVA: 0x0002C6E0 File Offset: 0x0002A8E0
11 internal static bool On
12 {
13 get
14 {
15 }
16 }
17
18 // Token: 0x170002E7 RID: 743
19 // (get) Token: 0x06000DE3 RID: 3555 RVA: 0x0002C6F0 File Offset: 0x0002A8F0
20 internal static TraceSource Web
21 {
22 get
23 {
24 }
25 }
26
27 // Token: 0x170002E8 RID: 744
28 // (get) Token: 0x06000DE4 RID: 3556 RVA: 0x0002C700 File Offset: 0x0002A900
29 internal static TraceSource HttpListener
30 {
31 get
32 {
33 }
34 }
35
36 // Token: 0x170002E9 RID: 745
37 // (get) Token: 0x06000DE5 RID: 3557 RVA: 0x0002C710 File Offset: 0x0002A910
38 internal static TraceSource Sockets
39 {
40 get
41 {
42 }
43 }
44
45 // Token: 0x06000DE6 RID: 3558 RVA: 0x0002C720 File Offset: 0x0002A920
46 [Conditional("TRACE")]
47 internal static void Enter(TraceSource traceSource, object obj, string method, object paramObject)
48 {
49 }
50
51 // Token: 0x06000DE7 RID: 3559 RVA: 0x0002C730 File Offset: 0x0002A930
52 [Conditional("TRACE")]
53 internal static void Enter(TraceSource traceSource, string msg)
54 {
55 }
56
57 // Token: 0x06000DE8 RID: 3560 RVA: 0x0002C740 File Offset: 0x0002A940
58 [Conditional("TRACE")]
59 internal static void Enter(TraceSource traceSource, string msg, string parameters)
60 {
61 }
62
63 // Token: 0x06000DE9 RID: 3561 RVA: 0x0002C750 File Offset: 0x0002A950
64 [Conditional("TRACE")]
65 internal static void Exception(TraceSource traceSource, object obj, string method, Exception e)
66 {
67 }
68
69 // Token: 0x06000DEA RID: 3562 RVA: 0x0002C760 File Offset: 0x0002A960
70 [Conditional("TRACE")]
71 internal static void Exit(TraceSource traceSource, object obj, string method, object retObject)
72 {
73 }
74
75 // Token: 0x06000DEB RID: 3563 RVA: 0x0002C770 File Offset: 0x0002A970
76 [Conditional("TRACE")]
77 internal static void Exit(TraceSource traceSource, string msg)
78 {
79 }
80
81 // Token: 0x06000DEC RID: 3564 RVA: 0x0002C780 File Offset: 0x0002A980
82 [Conditional("TRACE")]
83 internal static void Exit(TraceSource traceSource, string msg, string parameters)
84 {
85 }
86
87 // Token: 0x06000DED RID: 3565 RVA: 0x0002C790 File Offset: 0x0002A990
88 [Conditional("TRACE")]
89 internal static void PrintInfo(TraceSource traceSource, object obj, string method, string msg)
90 {
91 }
92
93 // Token: 0x06000DEE RID: 3566 RVA: 0x0002C7A0 File Offset: 0x0002A9A0
94 [Conditional("TRACE")]
95 internal static void PrintInfo(TraceSource traceSource, object obj, string msg)
96 {
97 }
98
99 // Token: 0x06000DEF RID: 3567 RVA: 0x0002C7B0 File Offset: 0x0002A9B0
100 [Conditional("TRACE")]
101 internal static void PrintInfo(TraceSource traceSource, string msg)
102 {
103 }
104
105 // Token: 0x06000DF0 RID: 3568 RVA: 0x0002C7C0 File Offset: 0x0002A9C0
106 [Conditional("TRACE")]
107 internal static void PrintWarning(TraceSource traceSource, object obj, string method, string msg)
108 {
109 }
110
111 // Token: 0x06000DF1 RID: 3569 RVA: 0x0002C7D0 File Offset: 0x0002A9D0
112 [Conditional("TRACE")]
113 internal static void PrintWarning(TraceSource traceSource, string msg)
114 {
115 }
116
117 // Token: 0x06000DF2 RID: 3570 RVA: 0x0002C7E0 File Offset: 0x0002A9E0
118 [Conditional("TRACE")]
119 internal static void PrintError(TraceSource traceSource, string msg)
120 {
121 }
122 }
123}
class f__AnonymousType0<< Count > j__TPar
static TraceSource Web
Definition Logging.cs:21
static void Exception(TraceSource traceSource, object obj, string method, Exception e)
Definition Logging.cs:65
static void Enter(TraceSource traceSource, string msg, string parameters)
Definition Logging.cs:59
static void PrintInfo(TraceSource traceSource, object obj, string method, string msg)
Definition Logging.cs:89
static void Enter(TraceSource traceSource, object obj, string method, object paramObject)
Definition Logging.cs:47
static void PrintInfo(TraceSource traceSource, object obj, string msg)
Definition Logging.cs:95
static void PrintWarning(TraceSource traceSource, object obj, string method, string msg)
Definition Logging.cs:107
static bool On
Definition Logging.cs:12
static void Exit(TraceSource traceSource, string msg, string parameters)
Definition Logging.cs:83
static void Exit(TraceSource traceSource, string msg)
Definition Logging.cs:77
static void Exit(TraceSource traceSource, object obj, string method, object retObject)
Definition Logging.cs:71
static void PrintInfo(TraceSource traceSource, string msg)
Definition Logging.cs:101
static void PrintWarning(TraceSource traceSource, string msg)
Definition Logging.cs:113
static void Enter(TraceSource traceSource, string msg)
Definition Logging.cs:53
static void PrintError(TraceSource traceSource, string msg)
Definition Logging.cs:119