@itwin/core-telemetry
Version:
iTwin.js Telemetry Client
21 lines • 1.07 kB
JavaScript
;
/*---------------------------------------------------------------------------------------------
* 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
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.TelemetryClientLoggerCategory = void 0;
/** Logger categories used by this package
* @note All logger categories in this package start with the `telemetry-client` prefix.
* @see [Logger]($bentley)
* @internal
*/
var TelemetryClientLoggerCategory;
(function (TelemetryClientLoggerCategory) {
/** The logger category used for Telemetry */
TelemetryClientLoggerCategory["Telemetry"] = "telemetry-client.Telemetry";
})(TelemetryClientLoggerCategory || (exports.TelemetryClientLoggerCategory = TelemetryClientLoggerCategory = {}));
//# sourceMappingURL=TelemetryClientLoggerCategory.js.map