liquibase.integration.ant
Class BaseLiquibaseTask.LogRedirector

java.lang.Object
  extended by liquibase.integration.ant.BaseLiquibaseTask.LogRedirector
Enclosing class:
BaseLiquibaseTask

Deprecated.

@Deprecated
protected static class BaseLiquibaseTask.LogRedirector
extends Object

Redirector of logs from java.util.logging to ANT's logging


Constructor Summary
protected BaseLiquibaseTask.LogRedirector(org.apache.tools.ant.Task task)
          Deprecated. Constructor
 
Method Summary
protected  Handler createHandler()
          Deprecated.  
protected  void redirectLogger()
          Deprecated.  
protected  void registerHandler(Handler theHandler)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseLiquibaseTask.LogRedirector

protected BaseLiquibaseTask.LogRedirector(org.apache.tools.ant.Task task)
Deprecated. 
Constructor

Parameters:
task - Ant task
Method Detail

redirectLogger

protected void redirectLogger()
Deprecated. 

registerHandler

protected void registerHandler(Handler theHandler)
Deprecated. 

createHandler

protected Handler createHandler()
Deprecated. 


Copyright © 2016 Liquibase.org. All rights reserved.