import { make } from '../../../../di/src/global.ts' import { Logging } from './Logging.ts' const logger = make(Logging) export { logger }