@itwin/presentation-common
Version:
Common pieces for iModel.js presentation packages
18 lines • 865 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 Core
*/
/**
* Logger categories used by this package
* @note All logger categories in this package start with the `presentation-common` prefix.
* @see [Logger]($bentley)
* @public
*/
export var PresentationCommonLoggerCategory;
(function (PresentationCommonLoggerCategory) {
PresentationCommonLoggerCategory["Package"] = "presentation-common";
})(PresentationCommonLoggerCategory || (PresentationCommonLoggerCategory = {}));
//# sourceMappingURL=CommonLoggerCategory.js.map