org.codehaus.mojo.versions.utils
Class DelegatingContextualLog

java.lang.Object
  extended by org.codehaus.mojo.versions.utils.DelegatingContextualLog
All Implemented Interfaces:
org.apache.maven.plugin.logging.Log, ContextualLog

public class DelegatingContextualLog
extends Object
implements ContextualLog

Created by IntelliJ IDEA.

Since:
15-Sep-2010 15:52:21
Author:
Stephen Connolly

Constructor Summary
DelegatingContextualLog(org.apache.maven.plugin.logging.Log delegate)
           
 
Method Summary
 void clearContext()
           
 void debug(CharSequence charSequence)
           
 void debug(CharSequence charSequence, Throwable throwable)
           
 void debug(Throwable throwable)
           
 void error(CharSequence charSequence)
           
 void error(CharSequence charSequence, Throwable throwable)
           
 void error(Throwable throwable)
           
 void info(CharSequence charSequence)
           
 void info(CharSequence charSequence, Throwable throwable)
           
 void info(Throwable throwable)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
 void setContext(String context)
           
 void warn(CharSequence charSequence)
           
 void warn(CharSequence charSequence, Throwable throwable)
           
 void warn(Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingContextualLog

public DelegatingContextualLog(org.apache.maven.plugin.logging.Log delegate)
Method Detail

setContext

public void setContext(String context)
Specified by:
setContext in interface ContextualLog

clearContext

public void clearContext()
Specified by:
clearContext in interface ContextualLog

debug

public void debug(CharSequence charSequence)
Specified by:
debug in interface org.apache.maven.plugin.logging.Log

debug

public void debug(CharSequence charSequence,
                  Throwable throwable)
Specified by:
debug in interface org.apache.maven.plugin.logging.Log

debug

public void debug(Throwable throwable)
Specified by:
debug in interface org.apache.maven.plugin.logging.Log

info

public void info(CharSequence charSequence)
Specified by:
info in interface org.apache.maven.plugin.logging.Log

info

public void info(CharSequence charSequence,
                 Throwable throwable)
Specified by:
info in interface org.apache.maven.plugin.logging.Log

info

public void info(Throwable throwable)
Specified by:
info in interface org.apache.maven.plugin.logging.Log

warn

public void warn(CharSequence charSequence)
Specified by:
warn in interface org.apache.maven.plugin.logging.Log

warn

public void warn(CharSequence charSequence,
                 Throwable throwable)
Specified by:
warn in interface org.apache.maven.plugin.logging.Log

warn

public void warn(Throwable throwable)
Specified by:
warn in interface org.apache.maven.plugin.logging.Log

error

public void error(CharSequence charSequence)
Specified by:
error in interface org.apache.maven.plugin.logging.Log

error

public void error(CharSequence charSequence,
                  Throwable throwable)
Specified by:
error in interface org.apache.maven.plugin.logging.Log

error

public void error(Throwable throwable)
Specified by:
error in interface org.apache.maven.plugin.logging.Log

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface org.apache.maven.plugin.logging.Log

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface org.apache.maven.plugin.logging.Log

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface org.apache.maven.plugin.logging.Log

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface org.apache.maven.plugin.logging.Log


Copyright © 2008-2012 Codehaus. All Rights Reserved.