Uses of Interface
com.azure.cosmos.CosmosDiagnosticsHandler
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosDiagnosticsHandler in com.azure.cosmos
Modifier and TypeFieldDescriptionstatic final CosmosDiagnosticsHandler
CosmosDiagnosticsHandler.DEFAULT_LOGGING_HANDLER
A Cosmos diagnostics handler which will log operations to log4j - Failures (contains diagnostics string) --> Error - Threshold violations (contains diagnostics string) --> Info - Successful operations --> Debug If Trace level is enabled also, the diagnostics string will be logged for successful operations. -
Uses of CosmosDiagnosticsHandler in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosClientTelemetryConfig.diagnosticsHandler
(CosmosDiagnosticsHandler handler) Injects a custom diagnostics handler