CapyKit/Docs/api/CapyKit.EventLevel.md

2.1 KiB

Enum EventLevel

Namespace: CapyKit
Assembly: CapyKit.dll

Enumeration representing different event level severity values.

public enum EventLevel

Extension Methods

EnumerationExtensions.GetDescription(Enum), EnumerationExtensions.GetName(Enum), EnumerationExtensions.GetPrettyName(Enum), EnumerationExtensions.GetValue(Enum), EnumerationExtensions.Parse<EventLevel>(EventLevel, string), EnumerationExtensions.Parse<EventLevel>(EventLevel, string, bool), ObjectExtensions.UpdateProperties<EventLevel>(EventLevel, EventLevel), ObjectExtensions.UpdateProperties(object, object)

Fields

Critical = 0

Represents a critical error that requires immediate attention.

Debug = 4

Represents detailed messages that are typically used for debugging purposes.

Error = 1

Represents an error that prevents the normal execution of the application.

Information = 3

Represents informational messages that provide useful context to the consumer.

Warning = 2

Represents a warning indicating a non-critical issue that should be addressed.