/** * Structured logger surface. * * @packageDocumentation */ export { createLogger, getCurrentSpanContext, type LoggerFormat, type LoggerOptions, withCurrentSpan, } from './logger.js';