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
EventLevel.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Diagnostics.Tracing
4
{
5
// Token: 0x020005D7 RID: 1495
6
public
enum
EventLevel
7
{
8
// Token: 0x04001976 RID: 6518
9
LogAlways
,
10
// Token: 0x04001977 RID: 6519
11
Critical
,
12
// Token: 0x04001978 RID: 6520
13
Error
,
14
// Token: 0x04001979 RID: 6521
15
Warning
,
16
// Token: 0x0400197A RID: 6522
17
Informational
,
18
// Token: 0x0400197B RID: 6523
19
Verbose
20
}
21
}
System.Diagnostics.Tracing.EventLevel
EventLevel
Definition
EventLevel.cs:7
System.Diagnostics.Tracing.EventLevel.Warning
@ Warning
System.Diagnostics.Tracing.EventLevel.LogAlways
@ LogAlways
System.Diagnostics.Tracing.EventLevel.Critical
@ Critical
System.Diagnostics.Tracing.EventLevel.Informational
@ Informational
System.Diagnostics.Tracing.EventLevel.Error
@ Error
System.Diagnostics.Tracing.EventLevel.Verbose
@ Verbose
System.Diagnostics.Tracing
Definition
EventAttribute.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Diagnostics
Tracing
EventLevel.cs
Generated by
1.10.0