Package org.apache.maven.plugin.internal
Class MojoLogWrapper
java.lang.Object
org.apache.maven.plugin.internal.MojoLogWrapper
- All Implemented Interfaces:
- Log
- Author:
- jdcasey
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
MojoLogWrapperpublic MojoLogWrapper(org.slf4j.Logger logger) 
 
- 
- 
Method Details- 
debug
- 
debug
- 
debug
- 
info
- 
info
- 
info
- 
warn
- 
warn
- 
warn
- 
error
- 
error
- 
error
- 
isDebugEnabledpublic boolean isDebugEnabled()- Specified by:
- isDebugEnabledin interface- Log
 
- 
isInfoEnabledpublic boolean isInfoEnabled()- Specified by:
- isInfoEnabledin interface- Log
 
- 
isWarnEnabledpublic boolean isWarnEnabled()- Specified by:
- isWarnEnabledin interface- Log
 
- 
isErrorEnabledpublic boolean isErrorEnabled()- Specified by:
- isErrorEnabledin interface- Log
 
 
-