Class PlexusLoggerToMavenLoggerAdapter
- java.lang.Object
-
- org.bndly.common.app.provisioning.util.PlexusLoggerToMavenLoggerAdapter
-
- All Implemented Interfaces:
org.apache.maven.plugin.logging.Log
public class PlexusLoggerToMavenLoggerAdapter extends Object implements org.apache.maven.plugin.logging.Log
- Author:
- cybercon <bndly@cybercon.de>
-
-
Constructor Summary
Constructors Constructor Description PlexusLoggerToMavenLoggerAdapter(org.codehaus.plexus.logging.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(CharSequence cs)voiddebug(CharSequence cs, Throwable thrwbl)voiddebug(Throwable thrwbl)voiderror(CharSequence cs)voiderror(CharSequence cs, Throwable thrwbl)voiderror(Throwable thrwbl)voidinfo(CharSequence cs)voidinfo(CharSequence cs, Throwable thrwbl)voidinfo(Throwable thrwbl)booleanisDebugEnabled()booleanisErrorEnabled()booleanisInfoEnabled()booleanisWarnEnabled()voidwarn(CharSequence cs)voidwarn(CharSequence cs, Throwable thrwbl)voidwarn(Throwable thrwbl)
-
-
-
Method Detail
-
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
debug
public void debug(CharSequence cs)
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log
-
debug
public void debug(CharSequence cs, Throwable thrwbl)
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log
-
debug
public void debug(Throwable thrwbl)
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log
-
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
info
public void info(CharSequence cs)
- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log
-
info
public void info(CharSequence cs, Throwable thrwbl)
- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log
-
info
public void info(Throwable thrwbl)
- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log
-
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
warn
public void warn(CharSequence cs)
- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log
-
warn
public void warn(CharSequence cs, Throwable thrwbl)
- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log
-
warn
public void warn(Throwable thrwbl)
- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log
-
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
error
public void error(CharSequence cs)
- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log
-
error
public void error(CharSequence cs, Throwable thrwbl)
- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log
-
error
public void error(Throwable thrwbl)
- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log
-
-