CapyKit/Documentation/Help/T_CapyKit_EventLevel.md
Jordan Wages 87bd044b31 Settings Helper + Documentation
The `SettingsHelper` is an agnostic way to access settings values uniformly through code. The accessor methods are controlled by the consumer.

Documentation has been a bit wonky. I changed the max number of version number components allowed, so each new build should not create new changes on every single bit of documentation now.
2024-04-22 18:28:21 -05:00

1,007 B

EventLevel Enumeration

Enumeration representing different event level severity values.

Definition

Namespace: CapyKit
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.0

C#

public enum EventLevel

F#

type EventLevel

Members

Critical 0 Represents a critical error that requires immediate attention.
Error 1 Represents an error that prevents the normal execution of the application.
Warning 2 Represents a warning indicating a non-critical issue that should be addressed.
Information 3 Represents informational messages that provide useful context to the consumer.
Debug 4 Represents detailed messages that are typically used for debugging purposes.

See Also

Reference

CapyKit Namespace