Clov Packages
    Preparing search index...

    Variable LOGGER_ERROR_CODESConst

    LOGGER_ERROR_CODES: {
        EXIT_CLOSE_FAILED: "logger.exit.close-failed";
        EXIT_FLUSH_FAILED: "logger.exit.flush-failed";
        SINK_CLOSE_FAILED: "logger.sink.close-failed";
        SINK_DUPLICATE: "logger.sink.duplicate";
        SINK_REGISTRATION_FAILED: "logger.sink.registration-failed";
        SINK_WRITE_FAILED: "logger.sink.write-failed";
        SINKS_MISSING: "logger.sinks.missing";
    } = ...

    Type Declaration

    • ReadonlyEXIT_CLOSE_FAILED: "logger.exit.close-failed"
    • ReadonlyEXIT_FLUSH_FAILED: "logger.exit.flush-failed"
    • ReadonlySINK_CLOSE_FAILED: "logger.sink.close-failed"
    • ReadonlySINK_DUPLICATE: "logger.sink.duplicate"
    • ReadonlySINK_REGISTRATION_FAILED: "logger.sink.registration-failed"
    • ReadonlySINK_WRITE_FAILED: "logger.sink.write-failed"
    • ReadonlySINKS_MISSING: "logger.sinks.missing"