UNPKG

@azure/search-documents

Version:

Azure client library to use Cognitive Search for node.js and browser.

8 lines 276 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. import { createClientLogger } from "@azure/logger"; /** * The `@azure/logger` configuration for this package. */ export const logger = createClientLogger("search"); //# sourceMappingURL=logger.js.map