Variable LOGGER_ERROR_KEYSConst
LOGGER_ERROR_KEYS: {
BEFORE_EXIT_CLOSE_ERROR: "nowarajs.logger.error.before_exit_close_error";
BEFORE_EXIT_FLUSH_ERROR: "nowarajs.logger.error.before_exit_flush_error";
NO_SINKS_PROVIDED: "nowarajs.logger.error.no_sinks_provided";
REGISTER_SINK_ERROR: "nowarajs.logger.error.register_sink_error";
SINK_ALREADY_ADDED: "nowarajs.logger.error.sink_already_added";
SINK_CLOSE_ERROR: "nowarajs.logger.error.sink_close_error";
SINK_LOG_ERROR: "nowarajs.logger.error.sink_log_error";
} = ...
Type Declaration
ReadonlyBEFORE_EXIT_CLOSE_ERROR: "nowarajs.logger.error.before_exit_close_error"
ReadonlyBEFORE_EXIT_FLUSH_ERROR: "nowarajs.logger.error.before_exit_flush_error"
ReadonlyNO_SINKS_PROVIDED: "nowarajs.logger.error.no_sinks_provided"
ReadonlyREGISTER_SINK_ERROR: "nowarajs.logger.error.register_sink_error"
ReadonlySINK_ALREADY_ADDED: "nowarajs.logger.error.sink_already_added"
ReadonlySINK_CLOSE_ERROR: "nowarajs.logger.error.sink_close_error"
ReadonlySINK_LOG_ERROR: "nowarajs.logger.error.sink_log_error"