UNPKG

@azure/app-configuration

Version:

An isomorphic client library for the Azure App Configuration service.

9 lines 293 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { createClientLogger } from "@azure/logger"; /** * The `@azure/logger` configuration for this package. * @internal */ export const logger = createClientLogger("app-config"); //# sourceMappingURL=logger.js.map