@nowarajs/logger
Version:
Type-safe logging library for Bun with advanced TypeScript body intersection, modular sink pattern, transform streams, and immutable API design.
10 lines (9 loc) • 592 B
TypeScript
export declare const LOGGER_ERROR_KEYS: {
readonly BEFORE_EXIT_CLOSE_ERROR: "nowarajs.logger.error.before_exit_close_error";
readonly BEFORE_EXIT_FLUSH_ERROR: "nowarajs.logger.error.before_exit_flush_error";
readonly NO_SINKS_PROVIDED: "nowarajs.logger.error.no_sinks_provided";
readonly REGISTER_SINK_ERROR: "nowarajs.logger.error.register_sink_error";
readonly SINK_ALREADY_ADDED: "nowarajs.logger.error.sink_already_added";
readonly SINK_CLOSE_ERROR: "nowarajs.logger.error.sink_close_error";
readonly SINK_LOG_ERROR: "nowarajs.logger.error.sink_log_error";
};