@azure/web-pubsub-express
Version:
Azure Web PubSub CloudEvents handlers
10 lines • 303 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("web-pubsub-express");
//# sourceMappingURL=logger.js.map