Click on the commit message for inspecting the diff
and how the code has been rewritten.
Command line:
svn log -r31996:1 https://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/util/logging/LoggerAdapter.java
Rev. | Date | Author | Message |
---|---|---|---|
30640 | 2008-06-12 | acuster | Copyright headers: lib/metadata, this time with feeling (and the el in Toolkit) |
30637 | 2008-06-12 | acuster | Copyright headers: lib/metadata, now normalized to LGPL v2.1 only |
30519 | 2008-06-05 | acuster | Metadata header cleanup and copyright review. |
30258 | 2008-05-08 | acuster | Reshuffle the top level repo: drop uDig, move up trunk, tags, and branches. |
30257 | 2008-05-08 | acuster | Move trunk/gt/ directory contents up to trunk/ and drop gt |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28051 | 2007-11-26 | desruisseaux | More Java 5 parameterized types. Include a fix for GEOT-1599 (CitationImpl.getIdentifiers() should returns a set of Identifiers, not a set of Strings). |
28038 | 2007-11-24 | aaime | GEOT-1598 LoggerAdapter performs expensive operations before checking for the logging level |
27890 | 2007-11-14 | desruisseaux | When Commons-logging or Log4J is not in the classpath, tries to throw a checked ClassNotFoundException early instead of a unchecked NoClassDefFoundError late (when a message is first logged, which may be long after the setLoggerFactory(...) call). |
27840 | 2007-11-11 | desruisseaux | Added Log4JLogger and more tests. |
27794 | 2007-11-07 | desruisseaux | Refactored CommonHandler as CommonLogger. |
27771 | 2007-11-06 | desruisseaux | First skeleton of a LoggerAdapter class. |