log-vault
Version:
A generator of Winston logger instance with pre-defined configurable transports and formats and extra functionality.
9 lines • 453 B
TypeScript
export { formatNotifications } from "./formatNotifications";
export { formatLoki } from "./formatLoki";
export { formatCustomOptions } from "./formatCustomOptions";
export { formatMeta } from "./formatMeta";
export { formatMaskFields } from "./formatMaskFields";
export { formatError } from "./formatError";
export { formatConsole } from "./formatConsole";
export { formatArrangeOutput } from "./formatArrangeOutput";
//# sourceMappingURL=index.d.ts.map