@itwin/core-telemetry
Version:
iTwin.js Telemetry Client
13 lines • 433 B
TypeScript
/** @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 declare enum TelemetryClientLoggerCategory {
/** The logger category used for Telemetry */
Telemetry = "telemetry-client.Telemetry"
}
//# sourceMappingURL=TelemetryClientLoggerCategory.d.ts.map