Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventChannel.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.Tracing
;
2
3
public
enum
EventChannel
:
byte
4
{
5
None
= 0,
6
Admin
= 16,
7
Operational
= 17,
8
Analytic
= 18,
9
Debug
= 19
10
}
System.Diagnostics.Debug
Definition
Debug.cs:11
System.Diagnostics.Tracing.EventChannel
EventChannel
Definition
EventChannel.cs:4
System.Diagnostics.Tracing.EventChannel.Operational
@ Operational
System.Diagnostics.Tracing.EventChannel.Analytic
@ Analytic
System.Diagnostics.Tracing.EventChannel.Admin
@ Admin
System.Diagnostics.Tracing.EventActivityOptions.None
@ None
System.Diagnostics.Tracing
Definition
ActivityTracker.cs:4
source
System.Private.CoreLib
System.Diagnostics.Tracing
EventChannel.cs
Generated by
1.10.0