Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SourceLevels.cs
Go to the documentation of this file.
1
using
System.ComponentModel
;
2
3
namespace
System.Diagnostics
;
4
5
[Flags]
6
public
enum
SourceLevels
7
{
8
Off
= 0,
9
Critical
= 1,
10
Error
= 3,
11
Warning
= 7,
12
Information
= 0xF,
13
Verbose
= 0x1F,
14
[EditorBrowsable(
EditorBrowsableState
.Advanced)]
15
ActivityTracing
= 0xFF00,
16
All
= -1
17
}
System.ComponentModel.EditorBrowsableState
EditorBrowsableState
Definition
EditorBrowsableState.cs:4
System.ComponentModel
Definition
ColumnAttribute.cs:3
System.Diagnostics.ActivityStatusCode.Error
@ Error
System.Diagnostics.SourceLevels
SourceLevels
Definition
SourceLevels.cs:7
System.Diagnostics.SourceLevels.Warning
@ Warning
System.Diagnostics.SourceLevels.Critical
@ Critical
System.Diagnostics.SourceLevels.Information
@ Information
System.Diagnostics.SourceLevels.All
@ All
System.Diagnostics.SourceLevels.Off
@ Off
System.Diagnostics.SourceLevels.Verbose
@ Verbose
System.Diagnostics.SourceLevels.ActivityTracing
@ ActivityTracing
System.Diagnostics
Definition
AggregationManager.cs:6
source
System.Diagnostics.TraceSource
System.Diagnostics
SourceLevels.cs
Generated by
1.10.0