ErrorLogType 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.
Enumerates the supported error logging options available.
public enum class ErrorLogType
public enum ErrorLogType
type ErrorLogType =
Public Enum ErrorLogType
- Inheritance
-
ErrorLogType
Fields
Name | Value | Description |
---|---|---|
ErrorLogNone | 0 | The error is not logged. |
ErrorLogCustom | 1 | The custom error information is logged. |