@azure/template
Version:
Example project for learning how to build a client library
10 lines • 293 B
JavaScript
// 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("template");
//# sourceMappingURL=logger.js.map