Got a quick question about logging, geotools out of the box uses the java utilities logging framework; but to access loggers we make use of a pluggable utility class:
https://github.com/geotools/geotools/tree/main/modules/library/metadata/src/main/java/org/geotools/util/logging This allows applications to connect geotools up to whatever you like. GeoTools includes a CommonsLoggerFactory and Log4JLoggerFactory (using log4j1 library). The GeoServer community is seeking proposals (and sponsors) <http://geoserver.org/behind%20the%20scenes/2022/01/20/log4j-upgrade.html> to update this log4j wrapper. Q: Has anyone else written any LoggerFactory integrations they would like to share? Q: What logging library does your application use? Q: Any other logging libraries we should consider writing an adapter for? -- Jody Garnett
_______________________________________________ GeoTools-GT2-Users mailing list GeoTools-GT2-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users