UNPKG

@nowarajs/logger

Version:

Type-safe logging library for Bun with advanced TypeScript body intersection, modular strategy pattern, transform streams, and immutable API design.

7 lines (6 loc) 315 B
export declare const LOGGER_ERROR_KEYS: { readonly STRATEGY_ALREADY_ADDED: "logger.error.strategy_already_added"; readonly STRATEGY_NOT_FOUND: "logger.error.strategy_not_found"; readonly NO_STRATEGY_ADDED: "logger.error.no_strategy_added"; readonly STRATEGY_ERROR: "logger.error.strategy_error"; };