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.

Current Version

Information on the current version 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:

Code Block

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

...