Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventLevel.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.Tracing
;
2
3
public
enum
EventLevel
4
{
5
LogAlways
,
6
Critical
,
7
Error
,
8
Warning
,
9
Informational
,
10
Verbose
11
}
System.Diagnostics.Tracing.EventLevel
EventLevel
Definition
EventLevel.cs:4
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
ActivityTracker.cs:4
source
System.Private.CoreLib
System.Diagnostics.Tracing
EventLevel.cs
Generated by
1.10.0