]> gerrit.simantics Code Review - simantics/platform.git/commit
SLF2J logging from SCL 36/336/1
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Fri, 24 Feb 2017 13:43:35 +0000 (15:43 +0200)
committerHannu Niemistö <hannu.niemisto@semantum.fi>
Fri, 24 Feb 2017 13:43:35 +0000 (15:43 +0200)
commitf5fc85ba00f434402caa2a4c83a302a3b035adce
tree8b366d35149a36085e45890cc16b3851c0a1f62f
parent49178b3ca3e43a700298124de4adb7305c7092b7
SLF2J logging from SCL

Added a new module Logging with methods trace, debug, warn and error
taking a string as a parameter.

refs #7051

Change-Id: I8b11f82e3c15b56ee2c7fc87c8bf9cff4e315261
bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF
bundles/org.simantics.scl.compiler/OSGI-INF/org.simantics.scl.compiler.elaboration.java.LoggingModule.xml [new file with mode: 0644]
bundles/org.simantics.scl.compiler/build.properties
bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/java/LoggingModule.java [new file with mode: 0644]
bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/header/ModuleHeader.java
bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/source/repository/BuiltinModuleSourceRepository.java
tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java
tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Logger.scl [new file with mode: 0644]