@itwin/presentation-frontend
Version:
Frontend of iModel.js Presentation library
21 lines • 1.05 kB
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
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.PresentationFrontendLoggerCategory = void 0;
/**
* Logger categories used by this package
* @note All logger categories in this package start with the `presentation-frontend` prefix.
* @see [Logger]($bentley)
* @public
*/
var PresentationFrontendLoggerCategory;
(function (PresentationFrontendLoggerCategory) {
PresentationFrontendLoggerCategory["Package"] = "presentation-frontend";
})(PresentationFrontendLoggerCategory || (exports.PresentationFrontendLoggerCategory = PresentationFrontendLoggerCategory = {}));
//# sourceMappingURL=FrontendLoggerCategory.js.map