@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 • 350 B
TypeScript
/**
* Logger module exports
* Provides centralized access to all logging functionality
*/
export { Logger } from './core';
export { LoggerConfigManager } from './config';
export { LogFilter } from './filtering';
export { EnvironmentDetector } from './environment';
export { Logger as CoreLogger } from './core';
//# sourceMappingURL=index.d.ts.map