Logging history

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
314452008-09-07desruisseauxGEOT-1667: Need to invoke LogRecord.setLoggerName(String) before Logger.log(LogRecord).
306402008-06-12acusterCopyright headers: lib/metadata, this time with feeling (and the el in Toolkit)
306372008-06-12acusterCopyright headers: lib/metadata, now normalized to LGPL v2.1 only
305192008-06-05acusterMetadata header cleanup and copyright review.
302582008-05-08acusterReshuffle the top level repo: drop uDig, move up trunk, tags, and branches.
302572008-05-08acusterMove trunk/gt/ directory contents up to trunk/ and drop gt
289222008-01-24acusterBump the (at)since version to 2.5 since WKTParser was cut from 2.4
286692008-01-09desruisseauxRemoved 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.
285402007-12-29acusterHide buttons which are not yet used
285212007-12-27desruisseauxType safety.
284282007-12-19desruisseauxVarious bug fixes (infinite values in latitude, wrong NetCDF variable name, etc.)
283912007-12-16desruisseauxAttempt 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.
282522007-12-04desruisseauxMore 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.
281982007-11-30desruisseauxCovariant return type for NumberRange.
278932007-11-14desruisseauxDeleted AllTests.java files since they are not used anymore and tedious to maintain.
278902007-11-14desruisseauxWhen 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).
278762007-11-13aaimeRemoved LoggingFramework, made LoggerFactory subclasses public, fixed logging level mapping
278472007-11-12desruisseauxReplaced 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.
278402007-11-11desruisseauxAdded Log4JLogger and more tests.
278382007-11-11desruisseauxCompleted a CommonLogger; should work but not yet extensively tested. A Log4J logger need to be done.
275672007-10-20desruisseauxMerged changes form 2.4 branch (include addition of Hints.FORCE_AXIS_ORDER_HONORING).
275002007-10-15desruisseauxFirst 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).
265412007-08-14desruisseauxMerged recent bug fixes from 2.4 branch.
261612007-07-05desruisseauxRedirect metadata warnings to ImageReader.processWarningOccured.
258232007-06-13desruisseauxCleanup and javadoc update.
257792007-06-08desruisseauxAdded 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.
252622007-04-23desruisseauxFinished 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.
250122007-04-04saul.farberFixes for http://jira.codehaus.org/browse/GEOT-1202 and http://jira.codehaus.org/browse/GEOT-1220
236352007-01-01desruisseauxUses fully-qualified class name (instead of last name only) in logging. More work on versioned URN:OGC:DEF factory.
229312006-11-23desruisseauxAdded a convenience method for logging exceptions, as a proposed approach for the 'Do not return null' wiki page.
224432006-10-27desruisseauxSplitted referencing, extracting metadata in their own module (GEOT-983). As a side effect, replaced some calls of CRSUtilities.foo(...) by CRS.foo(...).
223272006-10-23desruisseauxGEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory.
223152006-10-22desruisseauxReorganisation of directory tree structure (GEOT-982) phase 1: moved 'src' to 'src/main/java'.
217362006-10-01desruisseauxFixed typo (missing final 's' in 'common').
217352006-10-01desruisseauxAdded a way to redirect java logging to Apache commons logging.