UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

11 lines 404 B
import { ILogger, ILoggerConfig } from './types/index.js'; declare function destroy(): void; declare function setLogger<T extends ILogger>(logger: T): void; declare function getLogger(cfg?: ILoggerConfig, ns?: string): ILogger; export declare const logger: { getLogger: typeof getLogger; setLogger: typeof setLogger; destroy: typeof destroy; }; export {}; //# sourceMappingURL=logger.d.ts.map