@itwin/core-telemetry
Version:
iTwin.js Telemetry Client
18 lines • 914 B
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
*/
/** 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