@ably/chat - v0.10.0
    Preparing search index...

    Enumeration LogLevel

    Represents the different levels of logging that can be used.

    Index

    Enumeration Members

    Enumeration Members

    Debug: "debug"

    Development information, messages that are useful when trying to debug library behavior, but superfluous to normal operation.

    Error: "error"

    A given operation has failed and cannot be automatically recovered. The error may threaten the continuity of operation.

    Info: "info"

    Informational messages. Operationally significant to the library but not out of the ordinary.

    Silent: "silent"

    No logging will be performed.

    Trace: "trace"

    Something routine and expected has occurred. This level will provide logs for the vast majority of operations and function calls.

    Warn: "warn"

    Anything that is not immediately an error, but could cause unexpected behavior in the future. For example, passing an invalid value to an option. Indicates that some action should be taken to prevent future errors.