Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TraceEventType.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Diagnostics
 

Enumerations

enum  System.Diagnostics.TraceEventType {
  System.Diagnostics.Critical = 1 , System.Diagnostics.Error = 2 , System.Diagnostics.Warning = 4 , System.Diagnostics.Information = 8 ,
  System.Diagnostics.Verbose = 0x10 , System.Diagnostics.Start = 0x100 , System.Diagnostics.Stop = 0x200 , System.Diagnostics.Suspend = 0x400 ,
  System.Diagnostics.Resume = 0x800 , System.Diagnostics.Transfer = 0x1000
}