]> gerrit.simantics Code Review - simantics/platform.git/commit
Changing existing log4j logging to use slf4j 92/92/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Fri, 23 Sep 2016 21:30:33 +0000 (00:30 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Fri, 23 Sep 2016 21:30:33 +0000 (00:30 +0300)
commit4cf3ca93d6e26c7434259fcf38b4d9db3c681a6f
tree3cf7616027d5a64e213fd33d1ddc41e16aec6d3b
parentbcbe7aa23f42b82ff6fe4304943193c04858096c
Changing existing log4j logging to use slf4j

Removed org.simantics.utils.logging.{Logger,LogManager}. Anybody using
those should just switch to using slf4j. Removed their use from
org.simantics.spreadsheet.graph.

Also changed org.simantics.utils.FileUtils to use slf4j instead of
log4j.

Also added .keep to org.simantics.logback.configuration/src folder to
help it compile properly.

refs #6705

Change-Id: Ib6d78ee964e0a05aedb332167456aee4eea2a4d7
Signed-off-by: Tuukka Lehtonen <tuukka.lehtonen@semantum.fi>
14 files changed:
bundles/org.simantics.logback.configuration/META-INF/MANIFEST.MF
bundles/org.simantics.logback.configuration/src/.keep [new file with mode: 0644]
bundles/org.simantics.spreadsheet.common/META-INF/MANIFEST.MF
bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/logging/Logger.java [deleted file]
bundles/org.simantics.spreadsheet.graph/META-INF/MANIFEST.MF
bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/CellValue.java
bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/GraphUI.java
bundles/org.simantics.structural.ontology/graph.tg
bundles/org.simantics.utils/META-INF/MANIFEST.MF
bundles/org.simantics.utils/src/org/simantics/utils/FileUtils.java
bundles/org.simantics.utils/src/org/simantics/utils/logging/LogManager.java [deleted file]
bundles/org.simantics.utils/src/org/simantics/utils/logging/Logger.java [deleted file]
bundles/org.simantics.workbench/META-INF/MANIFEST.MF
bundles/org.simantics/META-INF/MANIFEST.MF