@itwin/presentation-frontend
Version:
Frontend of iModel.js Presentation library
13 lines • 380 B
TypeScript
/** @packageDocumentation
* @module Logging
*/
/**
* Logger categories used by this package
* @note All logger categories in this package start with the `presentation-frontend` prefix.
* @see [Logger]($bentley)
* @public
*/
export declare enum PresentationFrontendLoggerCategory {
Package = "presentation-frontend"
}
//# sourceMappingURL=FrontendLoggerCategory.d.ts.map