Enum EventLevel
Enumeration representing different event level severity values.
Namespace: CapyKit
Assembly: CapyKit.dll
Syntax
public enum EventLevel
Fields
| Name | Description |
|---|---|
| Critical | Represents a critical error that requires immediate attention. |
| Debug | Represents detailed messages that are typically used for debugging purposes. |
| Error | Represents an error that prevents the normal execution of the application. |
| Information | Represents informational messages that provide useful context to the consumer. |
| Warning | Represents a warning indicating a non-critical issue that should be addressed. |