g

geotk-logging-commons

An adapter for using Apache's commons-logging in Geotk. Geotk will automatically redirect all its logging events to commons-logging if this JAR is on the classpath. If there is no need for commons-logging inter-operability, we recommend to NOT include this JAR on the classpath in order to use the default Java logging framework instead.
Martin Desruisseaux
Files download
File Operation
geotk-logging-commons-3.19-geoapi-3.0.jar download
geotk-logging-commons-3.19-geoapi-3.0.pom download
geotk-logging-commons-3.19-geoapi-3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.geotoolkit</groupId>
  <artifactId>geotk-logging-commons</artifactId>
  <version>3.19-geoapi-3.0</version>
</dependency>
Gradle Groovy
implementation 'org.geotoolkit:geotk-logging-commons:3.19-geoapi-3.0'
Gradle Kotlin
implementation("org.geotoolkit:geotk-logging-commons:3.19-geoapi-3.0")
Scala SBT
libraryDependencies += "org.geotoolkit" % "geotk-logging-commons" % "3.19-geoapi-3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.geotoolkit', module='geotk-logging-commons', version='3.19-geoapi-3.0')
)
Apache Ivy
<dependency org="org.geotoolkit" name="geotk-logging-commons" rev="3.19-geoapi-3.0" />
Leiningen
[org.geotoolkit/geotk-logging-commons "3.19-geoapi-3.0"]
Apache Buildr
'org.geotoolkit:geotk-logging-commons:jar:3.19-geoapi-3.0'