Class MavenLogService

java.lang.Object
liquibase.logging.core.AbstractLogService
org.liquibase.maven.plugins.MavenLogService
All Implemented Interfaces:
LogService, Plugin

public class MavenLogService extends AbstractLogService
  • Constructor Details

    • MavenLogService

      public MavenLogService(org.apache.maven.plugin.logging.Log log)
  • Method Details

    • getPriority

      public int getPriority()
    • getLog

      public Logger getLog(Class clazz)
      Description copied from interface: LogService
      Creates a logger for logging from the given class. Unlike most logging systems, there is no exposed getLog(String) method in order to provide more consistency in how logs are named.