Uses of Interface
com.azure.cosmos.CosmosDiagnosticsHandler
Packages that use 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
Fields in com.azure.cosmos declared as CosmosDiagnosticsHandlerModifier 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
Methods in com.azure.cosmos.models with parameters of type CosmosDiagnosticsHandlerModifier and TypeMethodDescriptionCosmosClientTelemetryConfig.diagnosticsHandler
(CosmosDiagnosticsHandler handler) Injects a custom diagnostics handler