.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Enum LogLevel

    The LogLevel enum gathers logging levels to set. The logging levels allow classifying the entries in the log files in terms of urgency to help to control the amount of logged information.

    Namespace: DolbyIO.Comms
    Assembly: DolbyIO.Comms.Sdk.dll
    Syntax
    public enum LogLevel

    Fields

    Name Description
    Debug

    Generates a high number of logs to provide diagnostic information in a detailed manner.

    Error

    Generates logs only when an error occurs that does not allow the SDK to function properly.

    Info

    Generates an informative number of logs.

    Off

    Disables logging.

    Verbose

    Generates the highest number of logs, including HTTP requests.

    Warning

    Generates logs when the SDK detects an unexpected problem but is still able to work as usual.

    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾