com.agilejava.docbkx.maven
Class AvalonMavenBridgeLogger

java.lang.Object
  extended by com.agilejava.docbkx.maven.AvalonMavenBridgeLogger
All Implemented Interfaces:
org.apache.avalon.framework.logger.Logger

public class AvalonMavenBridgeLogger
extends java.lang.Object
implements org.apache.avalon.framework.logger.Logger


Constructor Summary
AvalonMavenBridgeLogger(org.apache.maven.plugin.logging.Log mavenLog)
           
AvalonMavenBridgeLogger(org.apache.maven.plugin.logging.Log mavenLog, boolean errorIsDebug, boolean warnIsDebug)
           
 
Method Summary
 void debug(java.lang.String arg0)
           
 void debug(java.lang.String arg0, java.lang.Throwable arg1)
           
 void error(java.lang.String arg0)
           
 void error(java.lang.String arg0, java.lang.Throwable arg1)
           
 void fatalError(java.lang.String arg0)
           
 void fatalError(java.lang.String arg0, java.lang.Throwable arg1)
           
 org.apache.avalon.framework.logger.Logger getChildLogger(java.lang.String arg0)
           
 void info(java.lang.String arg0)
           
 void info(java.lang.String arg0, java.lang.Throwable arg1)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isFatalErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
 void warn(java.lang.String arg0)
           
 void warn(java.lang.String arg0, java.lang.Throwable arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvalonMavenBridgeLogger

public AvalonMavenBridgeLogger(org.apache.maven.plugin.logging.Log mavenLog)

AvalonMavenBridgeLogger

public AvalonMavenBridgeLogger(org.apache.maven.plugin.logging.Log mavenLog,
                               boolean errorIsDebug,
                               boolean warnIsDebug)
Method Detail

debug

public void debug(java.lang.String arg0)
Specified by:
debug in interface org.apache.avalon.framework.logger.Logger

debug

public void debug(java.lang.String arg0,
                  java.lang.Throwable arg1)
Specified by:
debug in interface org.apache.avalon.framework.logger.Logger

error

public void error(java.lang.String arg0)
Specified by:
error in interface org.apache.avalon.framework.logger.Logger

error

public void error(java.lang.String arg0,
                  java.lang.Throwable arg1)
Specified by:
error in interface org.apache.avalon.framework.logger.Logger

fatalError

public void fatalError(java.lang.String arg0)
Specified by:
fatalError in interface org.apache.avalon.framework.logger.Logger

fatalError

public void fatalError(java.lang.String arg0,
                       java.lang.Throwable arg1)
Specified by:
fatalError in interface org.apache.avalon.framework.logger.Logger

getChildLogger

public org.apache.avalon.framework.logger.Logger getChildLogger(java.lang.String arg0)
Specified by:
getChildLogger in interface org.apache.avalon.framework.logger.Logger

info

public void info(java.lang.String arg0)
Specified by:
info in interface org.apache.avalon.framework.logger.Logger

info

public void info(java.lang.String arg0,
                 java.lang.Throwable arg1)
Specified by:
info in interface org.apache.avalon.framework.logger.Logger

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface org.apache.avalon.framework.logger.Logger

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface org.apache.avalon.framework.logger.Logger

isFatalErrorEnabled

public boolean isFatalErrorEnabled()
Specified by:
isFatalErrorEnabled in interface org.apache.avalon.framework.logger.Logger

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface org.apache.avalon.framework.logger.Logger

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface org.apache.avalon.framework.logger.Logger

warn

public void warn(java.lang.String arg0)
Specified by:
warn in interface org.apache.avalon.framework.logger.Logger

warn

public void warn(java.lang.String arg0,
                 java.lang.Throwable arg1)
Specified by:
warn in interface org.apache.avalon.framework.logger.Logger


Copyright © 2006-2010. All Rights Reserved.