Liquibase java.util.logging Extension

This is an extension to enable Liquibase to log through to a java.util.logging.Logger instance.

Current Version

The current version for Liquibase 3.0+ is available at  https://github.com/liquibase/liquibase-javalogger/wiki


Previous Liquibase 2.0 Version

To use, please place the attached jar file in your classpath. Liquibase will find it automatically. The Logger implementation that it contains will be loaded at a priority level of 3.

Perhaps an easier way to use this extension is to simply include it in your Maven project like this:

<dependency>
<groupId>com.edugility</groupId>
<artifactId>liquibase-jul</artifactId>
<version>1.1</version>
<scope>runtime</scope>
</dependency>

It will be downloaded by Maven automatically.

  File Modified

Java Archive liquibase-jul-1.1.jar The extension jar.

Nov 22, 2011 by Nathan Voxland