Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

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:

Code Block

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

It will be downloaded by Maven automatically.