CapyKit/Documentation/Help/T_CapyKit_EventLevel.md
Jordan Wages 735d7c4c91 Documentation + Unfinished SecurityHelper
Committing the unfinished changes to the SecurityHelper as I flesh it out during the migration. Also starting a documentation folder powered by Sandcastle.
2024-04-19 23:12:24 -05:00

1.1 KiB

EventLevel Enumeration

Enumeration representing different event level severity values.

Definition

Namespace: CapyKit
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.0+6cdd805be49c3b769a116584ea6904955ecd820d

C#

public enum EventLevel

VB

Public Enumeration EventLevel

C++

public enum class 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