UNPKG

@itwin/presentation-common

Version:

Common pieces for iModel.js presentation packages

21 lines 1.03 kB
"use strict"; /*--------------------------------------------------------------------------------------------- * 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 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.PresentationCommonLoggerCategory = void 0; /** * Logger categories used by this package * @note All logger categories in this package start with the `presentation-common` prefix. * @see [Logger]($bentley) * @public */ var PresentationCommonLoggerCategory; (function (PresentationCommonLoggerCategory) { PresentationCommonLoggerCategory["Package"] = "presentation-common"; })(PresentationCommonLoggerCategory || (exports.PresentationCommonLoggerCategory = PresentationCommonLoggerCategory = {})); //# sourceMappingURL=CommonLoggerCategory.js.map