UNPKG

@azure/eventgrid

Version:

An isomorphic client library for the Azure Event Grid service.

8 lines 278 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("eventgrid"); //# sourceMappingURL=logger.js.map