8 lines
166 B
TypeScript
Raw Normal View History

2025-08-22 17:02:49 +09:00
/**
* Shared logging utilities
* Export all logging-related interfaces and configurations
*/
export * from "./logger.config";
export * from "./logger.interface";