Verbosity 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 class Verbosity
public enum Verbosity
type Verbosity =
Public Enum Verbosity
- Inheritance
-
Verbosity
Fields
Name | Value | Description |
---|---|---|
ERROR | 100000000 | |
WARNING | 100000001 | |
INFO | 100000002 | |
VERBOSE | 100000003 |