TraceEventType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum TraceEventType
type TraceEventType =
Public Enum TraceEventType
- Inheritance
-
TraceEventType
Fields
Name | Value | Description |
---|---|---|
Critical | 1 | |
Error | 2 | |
Warning | 4 | |
Information | 8 | |
Verbose | 16 | |
Start | 256 | |
Stop | 512 | |
Suspend | 1024 | |
Resume | 2048 | |
Transfer | 4096 |