Package org.codehaus.mojo.versions.utils
Class DelegatingContextualLog
java.lang.Object
org.codehaus.mojo.versions.utils.DelegatingContextualLog
- All Implemented Interfaces:
org.apache.maven.plugin.logging.Log,ContextualLog
Created by IntelliJ IDEA.
- Since:
- 15-Sep-2010 15:52:21
- Author:
- Stephen Connolly
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddebug(CharSequence charSequence) voiddebug(CharSequence charSequence, Throwable throwable) voidvoiderror(CharSequence charSequence) voiderror(CharSequence charSequence, Throwable throwable) voidvoidinfo(CharSequence charSequence) voidinfo(CharSequence charSequence, Throwable throwable) voidbooleanbooleanbooleanbooleanvoidsetContext(String context) voidwarn(CharSequence charSequence) voidwarn(CharSequence charSequence, Throwable throwable) void
-
Constructor Details
-
DelegatingContextualLog
public DelegatingContextualLog(org.apache.maven.plugin.logging.Log delegate)
-
-
Method Details
-
setContext
- Specified by:
setContextin interfaceContextualLog
-
clearContext
public void clearContext()- Specified by:
clearContextin interfaceContextualLog
-
debug
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log
-
debug
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log
-
debug
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceorg.apache.maven.plugin.logging.Log
-