Skip to content

Commit

Permalink
[lang] Internal Xtext info messages are logged at debug level within …
Browse files Browse the repository at this point in the history
…the batch compiler.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Jan 23, 2018
1 parent 2b2dbaa commit ef1e161
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1076,6 +1076,7 @@ protected void overrideXtextInternalLoggers() {
MessageFormat.format(Messages.SarlBatchCompiler_40, logger.getName()), factory);
setStaticField(BatchLinkableResourceStorageWritable.class, "LOG", internalLogger); //$NON-NLS-1$
setStaticField(BatchLinkableResource.class, "log", internalLogger); //$NON-NLS-1$
setStaticField(ProcessorInstanceForJvmTypeProvider.class, "logger", internalLogger); //$NON-NLS-1$
}

private void setStaticField(Class<?> type, String name, Logger logger) {
Expand Down

0 comments on commit ef1e161

Please sign in to comment.