@itwin/presentation-frontend
Version:
Frontend of iModel.js Presentation library
18 lines • 884 B
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
*/
/**
* Logger categories used by this package
* @note All logger categories in this package start with the `presentation-frontend` prefix.
* @see [Logger]($bentley)
* @public
*/
export var PresentationFrontendLoggerCategory;
(function (PresentationFrontendLoggerCategory) {
PresentationFrontendLoggerCategory["Package"] = "presentation-frontend";
})(PresentationFrontendLoggerCategory || (PresentationFrontendLoggerCategory = {}));
//# sourceMappingURL=FrontendLoggerCategory.js.map