UNPKG

@itwin/core-common

Version:

iTwin.js components common to frontend and backend

21 lines 938 B
/** @packageDocumentation * @module Logging */ /** Logger categories used by this package * @see [Logger]($bentley) * @public * @extensions */ export declare enum CommonLoggerCategory { /** The logger category used by common APIs relating to text annotations. */ Annotations = "core-common.Annotations", /** The logger category used by common classes relating to ElementProps. */ ElementProps = "core-common.ElementProps", /** The logger category used by common classes relating to Geometry. */ Geometry = "core-common.Geometry", /** The logger category used by the portions of the RpcInterface framework that run on the backend. */ RpcInterfaceBackend = "core-backend.RpcInterface", /** The logger category used by the portions of the RpcInterface framework that run on the frontend. */ RpcInterfaceFrontend = "core-frontend.RpcInterface" } //# sourceMappingURL=CommonLoggerCategory.d.ts.map