@wgtechlabs/log-engine
Version:
A lightweight, security-first logging utility with automatic data redaction for Node.js applications - the first logging library with built-in PII protection.
10 lines • 439 B
TypeScript
/**
* Formatter module exports
* Provides centralized access to all formatting functionality
*/
export { MessageFormatter } from './message-formatter';
export { colors, colorScheme } from './colors';
export { getTimestampComponents, formatTimestamp } from './timestamp';
export { formatData, styleData } from './data-formatter';
export { MessageFormatter as LogFormatter } from './message-formatter';
//# sourceMappingURL=index.d.ts.map