Package org.apache.maven.plugin.internal
Class MojoLogWrapper
java.lang.Object
org.apache.maven.plugin.internal.MojoLogWrapper
- All Implemented Interfaces:
 Log
- Author:
 - jdcasey
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddebug(CharSequence content) voiddebug(CharSequence content, Throwable error) voidvoiderror(CharSequence content) voiderror(CharSequence content, Throwable error) voidvoidinfo(CharSequence content) voidinfo(CharSequence content, Throwable error) voidbooleanbooleanbooleanbooleanvoidwarn(CharSequence content) voidwarn(CharSequence content, Throwable error) void 
- 
Constructor Details
- 
MojoLogWrapper
public MojoLogWrapper(org.slf4j.Logger logger)  
 - 
 - 
Method Details
- 
debug
 - 
debug
 - 
debug
 - 
info
 - 
info
 - 
info
 - 
warn
 - 
warn
 - 
warn
 - 
error
 - 
error
 - 
error
 - 
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
 isDebugEnabledin interfaceLog
 - 
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
 isInfoEnabledin interfaceLog
 - 
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
 isWarnEnabledin interfaceLog
 - 
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
 isErrorEnabledin interfaceLog
 
 -