homebridge
    Preparing search index...

    Enumeration LogLevelConst

    Log levels to indicate importance of the logged message. Every level corresponds to a certain color.

    • INFO: no color
    • SUCCESS: green
    • WARN: yellow
    • ERROR: red
    • DEBUG: gray

    Messages with DEBUG level are only displayed if explicitly enabled.

    Index

    Enumeration Members

    Enumeration Members

    DEBUG: "debug"
    ERROR: "error"
    INFO: "info"
    SUCCESS: "success"
    WARN: "warn"