Show / Hide Table of Contents

    Class LoggingLevel

    Logging levels.

    Inheritance
    System.Object
    LoggingLevel
    Namespace: Sensus
    Assembly: Sensus.Shared.NuGet.dll
    Syntax
    public sealed class LoggingLevel : Enum

    Fields

    Debug

    Debug logging: Verbose plus all other possible messages.

    Declaration
    public const LoggingLevel Debug
    Field Value
    Type Description
    LoggingLevel

    Normal

    Normal logging: messages that get generated on startup and shutdown, plus exceptions.

    Declaration
    public const LoggingLevel Normal
    Field Value
    Type Description
    LoggingLevel

    Off

    No logging.

    Declaration
    public const LoggingLevel Off
    Field Value
    Type Description
    LoggingLevel

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Verbose

    Verbose logging: Normal plus additional, frequent messages.

    Declaration
    public const LoggingLevel Verbose
    Field Value
    Type Description
    LoggingLevel
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX