Class LiquibaseLogger

java.lang.Object
liquibase.logging.core.AbstractLogService
ch.tocco.nice2.dbrefactoring.impl.liquibase.LiquibaseLogger
All Implemented Interfaces:
liquibase.logging.LogService, liquibase.plugin.Plugin

public class LiquibaseLogger extends liquibase.logging.core.AbstractLogService
  • Field Summary

    Fields inherited from interface liquibase.plugin.Plugin

    PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    liquibase.logging.Logger
    getLog(Class clazz)
     
    int
     

    Methods inherited from class liquibase.logging.core.AbstractLogService

    close, getFilter, setFilter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LiquibaseLogger

      public LiquibaseLogger()
  • Method Details

    • getPriority

      public int getPriority()
    • getLog

      public liquibase.logging.Logger getLog(Class clazz)