Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5

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:

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

It will be downloaded by Maven automatically.

  • No labels