StatisticsLevel 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.
The level of runtime statistics to collect and report periodically. The default level is Info.
public enum StatisticsLevel
type StatisticsLevel =
Public Enum StatisticsLevel
- Inheritance
-
StatisticsLevel
Fields
Name | Value | Description |
---|---|---|
Critical | 0 | |
Info | 1 | |
Verbose | 2 | |
Verbose2 | 3 | |
Verbose3 | 4 |