CDV ❯ clean up use of JDK logging in tim-ehcache
-
Task
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
interfaces
-
Reporter: teck
-
June 30, 2010
-
0
-
Watchers: 2
-
December 16, 2011
-
July 02, 2010
Description
Logging should either be going to TC logger or to an SLF4J logger. Using a JDK logger seems odd.
./tim-ehcache/tim-ehcache-1.7/src/main/java/org/terracotta/modules/ehcache/store/ClusteredElementEvictionData.java:import java.util.logging.Level; ./tim-ehcache/tim-ehcache-1.7/src/main/java/org/terracotta/modules/ehcache/store/ClusteredElementEvictionData.java:import java.util.logging.Logger; ./tim-ehcache/tim-ehcache-1.7/src/main/java/org/terracotta/modules/ehcache/store/ClusteredStore.java:import java.util.logging.Level; ./tim-ehcache/tim-ehcache-1.7/src/main/java/org/terracotta/modules/ehcache/store/ClusteredStore.java:import java.util.logging.Logger; ./tim-ehcache/tim-ehcache-2.x/src/main/java/org/terracotta/modules/ehcache/store/ClusteredElementEvictionData.java:import java.util.logging.Level; ./tim-ehcache/tim-ehcache-2.x/src/main/java/org/terracotta/modules/ehcache/store/ClusteredElementEvictionData.java:import java.util.logging.Logger; ./tim-ehcache/tim-ehcache-2.x/src/main/java/org/terracotta/modules/ehcache/store/ClusteredStore.java:import java.util.logging.Level; ./tim-ehcache/tim-ehcache-2.x/src/main/java/org/terracotta/modules/ehcache/store/ClusteredStore.java:import java.util.logging.Logger;
I fixed this this week