log-vault
Version:
A generator of Winston logger instance with pre-defined configurable transports and formats and extra functionality.
11 lines • 509 B
TypeScript
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 declare const SKIP_NOTIFICATIONS: unique symbol;
export * from "./types";
//# sourceMappingURL=index.d.ts.map