UNPKG

log-vault

Version:

A generator of Winston logger instance with pre-defined configurable transports and formats and extra functionality.

4 lines 300 B
import { NotificatonTransportLogItem } from "../../types"; import { NotificationChannel } from "../channels/NotificationChannel"; export declare function matchPattern(log: NotificatonTransportLogItem, channels: NotificationChannel[]): NotificationChannel[]; //# sourceMappingURL=matchPattern.d.ts.map