8 lines
166 B
TypeScript
8 lines
166 B
TypeScript
|
|
/**
|
||
|
|
* Shared logging utilities
|
||
|
|
* Export all logging-related interfaces and configurations
|
||
|
|
*/
|
||
|
|
|
||
|
|
export * from "./logger.config";
|
||
|
|
export * from "./logger.interface";
|