Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: changed to use matt Bertolini's project, which is still in active development

...

Panel

Summary

Slf4j logging for liquibase

Current Version

01.02.1

Author

Bernard Niset (bernard.niset [at] gmail.com)

Issue  

Matt BertoliniIssue Tracking

https://bitbucketgithub.orgcom/bn3tmattbertolini/liquibase-slf4j/issues?status=new&status=open Mercurial Repository

GitHub Link

https://bitbucketgithub.orgcom/bn3tmattbertolini/liquibase-slf4j

Supported DatabaseDatabases

N/A

Usage

To use the plugin, you just need to include it in your classpath. Liquibase will automatically discover it and load in a higher priority then the DefaultLogger.

Download

The plugin can be download from https://bitbucket.org/bn3t/liquibase-slf4j/downloads as a dependency:

 

Code Block
<dependency>
    <groupId>com.mattbertolini</groupId>
    <artifactId>liquibase-slf4j</artifactId>
    <version>1.2.1</version>
</dependency>

 

More Information

The plugin has more information at https://github.com/mattbertolini/liquibase-slf4j.