Package org.apache.maven.internal.impl
Class DefaultLog
java.lang.Object
org.apache.maven.internal.impl.DefaultLog
- All Implemented Interfaces:
- Log
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddebug(CharSequence content) voiddebug(CharSequence content, Throwable error) voidvoidvoidvoiderror(CharSequence content) voiderror(CharSequence content, Throwable error) voidvoidvoidvoidinfo(CharSequence content) voidinfo(CharSequence content, Throwable error) voidvoidvoidbooleanbooleanbooleanbooleanvoidwarn(CharSequence content) voidwarn(CharSequence content, Throwable error) voidvoidvoid
- 
Constructor Details- 
DefaultLogpublic DefaultLog(org.slf4j.Logger logger) 
 
- 
- 
Method Details- 
debug
- 
debug
- 
debug
- 
debug
- 
debug
- 
info
- 
info
- 
info
- 
info
- 
info
- 
warn
- 
warn
- 
warn
- 
warn
- 
warn
- 
error
- 
error
- 
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
 
 
-