UNPKG

@itwin/core-bentley

Version:

Bentley JavaScript core components

17 lines 792 B
/*--------------------------------------------------------------------------------------------- * 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 * @see [Logger]($bentley) * @public */ export var BentleyLoggerCategory; (function (BentleyLoggerCategory) { /** The logger category used by common classes relating to ElementProps. */ BentleyLoggerCategory["Performance"] = "Performance"; })(BentleyLoggerCategory || (BentleyLoggerCategory = {})); //# sourceMappingURL=BentleyLoggerCategory.js.map