WebAppLogLevel 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.
Log level.
public enum WebAppLogLevel
type WebAppLogLevel =
Public Enum WebAppLogLevel
- Inheritance
-
WebAppLogLevel
Fields
Name | Value | Description |
---|---|---|
Off | 0 | Off. |
Verbose | 1 | Verbose. |
Information | 2 | Information. |
Warning | 3 | Warning. |
Error | 4 | Error. |