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/Log4JLogger.java
Rev. | Date | Author | Message |
---|---|---|---|
30937 | 2008-07-07 | acuster | Graduation: affiliate Saul Farber with MassGIS |
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 |
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). |
27876 | 2007-11-13 | aaime | Removed LoggingFramework, made LoggerFactory subclasses public, fixed logging level mapping |
27850 | 2007-11-12 | desruisseaux | Replaced switch statement by a simplier method call using toLog4JLevel (suggested by Andrea). I should increase the chances of consistent behavior. |
27847 | 2007-11-12 | desruisseaux | Replaced some references to 'org.geotools.util' by references to 'org.geotools.util.logging'. Removed the old classes to make sure that there is no more accidental references. Note that the old classes will not be removed from the 2.4 branch. |
27840 | 2007-11-11 | desruisseaux | Added Log4JLogger and more tests. |
27838 | 2007-11-11 | desruisseaux | Completed a CommonLogger; should work but not yet extensively tested. A Log4J logger need to be done. |
27794 | 2007-11-07 | desruisseaux | Refactored CommonHandler as CommonLogger. |
27500 | 2007-10-15 | desruisseaux | First round of Java 5 generic types applied to org.geotools.resources and org.geotools.util packages. As a side effect, removed the deprecated org.geotools.resources.TestData class (moved to org.geotools.test). |
25823 | 2007-06-13 | desruisseaux | Cleanup and javadoc update. |
25193 | 2007-04-18 | desruisseaux | Fixed some typos in metadata revealed by the new ISOTest. First draft of hints review (still in process). |
25012 | 2007-04-04 | saul.farber | Fixes for http://jira.codehaus.org/browse/GEOT-1202 and http://jira.codehaus.org/browse/GEOT-1220 |
22443 | 2006-10-27 | desruisseaux | Splitted referencing, extracting metadata in their own module (GEOT-983). As a side effect, replaced some calls of CRSUtilities.foo(...) by CRS.foo(...). |
22327 | 2006-10-23 | desruisseaux | GEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory. |
22315 | 2006-10-22 | desruisseaux | Reorganisation of directory tree structure (GEOT-982) phase 1: moved 'src' to 'src/main/java'. |
21735 | 2006-10-01 | desruisseaux | Added a way to redirect java logging to Apache commons logging. |