UNPKG

@itwin/core-telemetry

Version:
13 lines 433 B
/** @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