UNPKG

log-vault

Version:

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

10 lines 453 B
export { Notificator, NotificationChannel, TelegramNotificationChannel } from "./notificator"; export { LogVault } from "./LogVault"; export { LogOptions } from "./LogOptions"; export declare const META: unique symbol; export declare const SPLAT: unique symbol; export declare const LABEL: unique symbol; export declare const LEVEL: unique symbol; export declare const MESSAGE: unique symbol; export * from "./types"; //# sourceMappingURL=index.d.ts.map