| 1 | import { IterableLogLevel } from '../enums/IterableLogLevel'; |
| 2 | import { IterableLogger, DEFAULT_LOG_LEVEL, DEFAULT_LOGGING_ENABLED } from './IterableLogger'; |
| 3 | |
| 4 | // Mock console.log to capture log output |
nothing calls this directly
no test coverage detected