@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
10 lines • 377 B
TypeScript
import { CosmosDbDiagnosticLevel } from "./CosmosDbDiagnosticLevel.js";
/**
* @hidden
*/
export declare const CosmosDbDiagnosticLevelOrder: CosmosDbDiagnosticLevel[];
/**
* @hidden
*/
export declare function allowTracing(levelToCheck: CosmosDbDiagnosticLevel, clientDiagnosticLevel: CosmosDbDiagnosticLevel): boolean;
//# sourceMappingURL=diagnosticLevelComparator.d.ts.map