Show / Hide Table of Contents

    Enum LogEventLevel

    Represents the severity of a message written to the ILog

    Namespace: Crosser.EdgeNode.Common.Utilities.Logger.LogEventLevel
    Assembly: Crosser.EdgeNode.Common.dll
    Syntax
    [JsonConverter(typeof(StringEnumConverter))]
    public enum LogEventLevel

    Debug

    internal control flow and diagnostic state dumps to facilitate pinpointing of recognized problems

    Error

    indicating a failure within the application or connected system

    Fatal

    critical errors causing complete failure of the application

    Information

    events of interest or that have relevance to outside observers; the default enabled minimum logging level

    Verbose

    tracing information and debugging minutiae; generally only switched on in unusual situations

    Warning

    indicators of possible issues or service/functionality degradation

    Back to top Crosser SDK