@gnaudio/jabra-js
    Preparing search index...

    Enumeration LogLevel

    Error severity of a log, i.e. whether a log event is due to an exception, warning, or just an info message. See ILogEvent for more information.

    Index

    Enumeration Members

    Enumeration Members

    ERROR: "error"

    Used when the reason for the log event can be regarded as an error.

    INFO: "info"

    Used to log messages related to normal execution.

    WARNING: "warning"

    Used when the user is warned that something might have gone wrong (but not necessarily).