@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
12 lines • 432 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.DefaultDiagnosticFormatter = void 0;
class DefaultDiagnosticFormatter {
format(cosmosDiagnostic) {
return JSON.stringify(cosmosDiagnostic);
}
}
exports.DefaultDiagnosticFormatter = DefaultDiagnosticFormatter;
//# sourceMappingURL=DiagnosticFormatter.js.map