couchbase
    Preparing search index...

    Enumeration LogLevel

    Represents log levels in ascending order of severity.

    Log levels follow standard severity conventions.

    • TRACE: Finest-grained informational events for detailed debugging.
    • DEBUG: Detailed informational events useful for debugging.
    • INFO: Informational messages highlighting application progress.
    • WARN: Potentially harmful situations that warrant attention.
    • ERROR: Error events that might still allow the application to continue.
    Index

    Enumeration Members

    Enumeration Members

    DEBUG: 1

    Detailed informational events useful for debugging an application.

    ERROR: 4

    Error events that might still allow the application to continue running.

    INFO: 2

    Informational messages that highlight the progress of the application.

    TRACE: 0

    Finest-grained informational events, typically used for detailed debugging.

    WARN: 3

    Potentially harmful situations that warrant attention.