@theia/core 1.75.0-next.34 → 1.75.0-next.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,6 +14,9 @@
14
14
  // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
+ // This is the console logger itself, so it cannot log through an ILogger.
18
+ /* eslint-disable @theia/named-logger-check */
19
+
17
20
  import { inject, injectable, postConstruct } from 'inversify';
18
21
  import { LoggerWatcher } from '../common/logger-watcher';
19
22
  import { LogLevelCliContribution } from './logger-cli-contribution';
@@ -14,6 +14,9 @@
14
14
  // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
+ // Parses the log config the loggers are built from, so no ILogger exists yet.
18
+ /* eslint-disable @theia/named-logger-check */
19
+
17
20
  import * as yargs from 'yargs';
18
21
  import { injectable } from 'inversify';
19
22
  import { LogLevel } from '../common/logger';