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/Logging.java
Rev. | Date | Author | Message |
---|---|---|---|
31445 | 2008-09-07 | desruisseaux | GEOT-1667: Need to invoke LogRecord.setLoggerName(String) before Logger.log(LogRecord). |
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 |
28669 | 2008-01-09 | desruisseaux | Removed deprecated DataSource interface in order to simplify the EPSG factory code, for making debugging easier. Fixed a bug in the search for authority name as a side effect of GEOT-1659 investigation. Code formatting. |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28521 | 2007-12-27 | desruisseaux | Type safety. |
28428 | 2007-12-19 | desruisseaux | Various bug fixes (infinite values in latitude, wrong NetCDF variable name, etc.) |
28391 | 2007-12-16 | desruisseaux | Attempt to make FactoryCreator more tolerant to dependencies that can't be fetched for a given set of hints (GEOT-1618). Also cleaned a little bit of calls to 'unexpectedException' as a side effect. |
28252 | 2007-12-04 | desruisseaux | More MosaicImageReader work. As a side effect, moved Utilities.getShort[Class]Name in a separated utilities class named 'Classes'. Also added a couple of @Override annotations. |
28198 | 2007-11-30 | desruisseaux | Covariant return type for NumberRange. |
27893 | 2007-11-14 | desruisseaux | Deleted AllTests.java files since they are not used anymore and tedious to maintain. |
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 |
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. |
27567 | 2007-10-20 | desruisseaux | Merged changes form 2.4 branch (include addition of Hints.FORCE_AXIS_ORDER_HONORING). |
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). |
26541 | 2007-08-14 | desruisseaux | Merged recent bug fixes from 2.4 branch. |
26161 | 2007-07-05 | desruisseaux | Redirect metadata warnings to ImageReader.processWarningOccured. |
25823 | 2007-06-13 | desruisseaux | Cleanup and javadoc update. |
25779 | 2007-06-08 | desruisseaux | Added CRS.transform(CoordinateOperation, ...) methods, which are able to handle the special cases where the source envelope contains a singularity like a pole or the 180� longitude. As a side effect, changed Envelope.toString() to a more straightforward formatting, easier for debugging. |
25262 | 2007-04-23 | desruisseaux | Finished review of metadata and factory hints change. Fixed a potential glitch in parameter names handling (some code were disabled in AbstractIdentifiedObject apparently in order to avoid a ClassCastException caused by the spit of org.opengis.metadata.Identifier in two interfaces, Identifier and ReferenceIdentifier. Fixed the exception and reenabled the code). Not sure yet what the consequence was. It may help for the stereographic projection issue, but need to check. |
25012 | 2007-04-04 | saul.farber | Fixes for http://jira.codehaus.org/browse/GEOT-1202 and http://jira.codehaus.org/browse/GEOT-1220 |
23635 | 2007-01-01 | desruisseaux | Uses fully-qualified class name (instead of last name only) in logging. More work on versioned URN:OGC:DEF factory. |
22931 | 2006-11-23 | desruisseaux | Added a convenience method for logging exceptions, as a proposed approach for the 'Do not return null' wiki page. |
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'. |
21736 | 2006-10-01 | desruisseaux | Fixed typo (missing final 's' in 'common'). |
21735 | 2006-10-01 | desruisseaux | Added a way to redirect java logging to Apache commons logging. |