function createLogger()

in packages/opentelemetry-node/lib/luggite.js [439:441]


function createLogger(options) {
    return new Logger(options);
}