UNPKG

@autorest/common

Version:
15 lines 596 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AutorestLoggerSourceEnhancer = void 0; const log_source_enhancer_1 = require("./log-source-enhancer"); class AutorestLoggerSourceEnhancer { constructor(dataStore) { this.logInfoEnhancer = new log_source_enhancer_1.LogSourceEnhancer(dataStore); } async process(log) { const enhancedLog = await this.logInfoEnhancer.process(log); return enhancedLog; } } exports.AutorestLoggerSourceEnhancer = AutorestLoggerSourceEnhancer; //# sourceMappingURL=logger-source-enhancer.js.map