CapyKit Documentation
  • Introduction
  • Getting Started
  • API Reference
    • CapyKit
      • CapyEventArgs
      • CapyEventHandler
      • CapyEventReporter
      • Color
      • EncryptedValue<T>
      • EventLevel
      • IPasswordAlgorithm
      • NamedColor
      • Password
      • Pbkdf2Algorithm
      • PoolItem<T>
      • Pool<T>
      • PropertyComparer<T, U>
    • CapyKit.Attributes
      • EnumerationAttribute<T>
      • EnumerationDescriptionAttribute
      • ValueFormatAttribute
    • CapyKit.Enumerations
      • MeasurementSystem
    • CapyKit.Extensions
      • EnumerationExtensions
      • LINQExtensions
      • ObjectExtensions
      • StringExtensions
    • CapyKit.Helpers
      • CalculationHelper
      • CompressionHelper
      • EncryptionHelper
      • IEncryptionAlgorithm
      • KeyHelper
      • LanguageHelper
      • SecurityHelper
      • SerializationHelper
      • SettingsHelper
      • ValidCharacterCollection
Search Results for

    Show / Hide Table of Contents
    • Introduction
    • Getting Started
    • API Reference
      • CapyKit
        • CapyEventArgs
        • CapyEventHandler
        • CapyEventReporter
        • Color
        • EncryptedValue<T>
        • EventLevel
        • IPasswordAlgorithm
        • NamedColor
        • Password
        • Pbkdf2Algorithm
        • PoolItem<T>
        • Pool<T>
        • PropertyComparer<T, U>
      • CapyKit.Attributes
        • EnumerationAttribute<T>
        • EnumerationDescriptionAttribute
        • ValueFormatAttribute
      • CapyKit.Enumerations
        • MeasurementSystem
      • CapyKit.Extensions
        • EnumerationExtensions
        • LINQExtensions
        • ObjectExtensions
        • StringExtensions
      • CapyKit.Helpers
        • CalculationHelper
        • CompressionHelper
        • EncryptionHelper
        • IEncryptionAlgorithm
        • KeyHelper
        • LanguageHelper
        • SecurityHelper
        • SerializationHelper
        • SettingsHelper
        • ValidCharacterCollection

    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.

    Extension Methods

    EnumerationExtensions.Parse<EventLevel>(EventLevel, string)
    EnumerationExtensions.Parse<EventLevel>(EventLevel, string, bool)
    ObjectExtensions.UpdateProperties<EventLevel>(EventLevel, EventLevel)
    EnumerationExtensions.GetDescription(Enum)
    EnumerationExtensions.GetName(Enum)
    EnumerationExtensions.GetPrettyName(Enum)
    EnumerationExtensions.GetValue(Enum)
    ObjectExtensions.UpdateProperties(object, object)
    In this article
    Back to top Generated by DocFX