@itwin/core-bentley
Version:
Bentley JavaScript core components
20 lines • 934 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
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.BentleyLoggerCategory = void 0;
/** Logger categories used by this package
* @see [Logger]($bentley)
* @public
*/
var BentleyLoggerCategory;
(function (BentleyLoggerCategory) {
/** The logger category used by common classes relating to ElementProps. */
BentleyLoggerCategory["Performance"] = "Performance";
})(BentleyLoggerCategory || (exports.BentleyLoggerCategory = BentleyLoggerCategory = {}));
//# sourceMappingURL=BentleyLoggerCategory.js.map