UNPKG

@itwin/core-telemetry

Version:
18 lines 914 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ /** @packageDocumentation * @module Logging */ /** Logger categories used by this package * @note All logger categories in this package start with the `telemetry-client` prefix. * @see [Logger]($bentley) * @internal */ export var TelemetryClientLoggerCategory; (function (TelemetryClientLoggerCategory) { /** The logger category used for Telemetry */ TelemetryClientLoggerCategory["Telemetry"] = "telemetry-client.Telemetry"; })(TelemetryClientLoggerCategory || (TelemetryClientLoggerCategory = {})); //# sourceMappingURL=TelemetryClientLoggerCategory.js.map