public class MojoLogWrapper
extends java.lang.Object
implements org.apache.maven.doxia.logging.Log
Log| Modifier and Type | Field and Description |
|---|---|
private org.apache.maven.plugin.logging.Log |
mojoLog |
| Constructor and Description |
|---|
MojoLogWrapper(org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(java.lang.CharSequence content) |
void |
debug(java.lang.CharSequence content,
java.lang.Throwable error) |
void |
debug(java.lang.Throwable error) |
void |
error(java.lang.CharSequence content) |
void |
error(java.lang.CharSequence content,
java.lang.Throwable error) |
void |
error(java.lang.Throwable error) |
void |
info(java.lang.CharSequence content) |
void |
info(java.lang.CharSequence content,
java.lang.Throwable error) |
void |
info(java.lang.Throwable error) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
setLogLevel(int level) |
private java.lang.String |
toString(java.lang.CharSequence content) |
void |
warn(java.lang.CharSequence content) |
void |
warn(java.lang.CharSequence content,
java.lang.Throwable error) |
void |
warn(java.lang.Throwable error) |
public MojoLogWrapper(org.apache.maven.plugin.logging.Log log)
log - a Mojo logpublic void setLogLevel(int level)
setLogLevel in interface org.apache.maven.doxia.logging.Logpublic void debug(java.lang.CharSequence content)
debug in interface org.apache.maven.doxia.logging.Logpublic void debug(java.lang.CharSequence content,
java.lang.Throwable error)
debug in interface org.apache.maven.doxia.logging.Logpublic void debug(java.lang.Throwable error)
debug in interface org.apache.maven.doxia.logging.Logpublic void info(java.lang.CharSequence content)
info in interface org.apache.maven.doxia.logging.Logpublic void info(java.lang.CharSequence content,
java.lang.Throwable error)
info in interface org.apache.maven.doxia.logging.Logpublic void info(java.lang.Throwable error)
info in interface org.apache.maven.doxia.logging.Logpublic void warn(java.lang.CharSequence content)
warn in interface org.apache.maven.doxia.logging.Logpublic void warn(java.lang.CharSequence content,
java.lang.Throwable error)
warn in interface org.apache.maven.doxia.logging.Logpublic void warn(java.lang.Throwable error)
warn in interface org.apache.maven.doxia.logging.Logpublic void error(java.lang.CharSequence content)
error in interface org.apache.maven.doxia.logging.Logpublic void error(java.lang.CharSequence content,
java.lang.Throwable error)
error in interface org.apache.maven.doxia.logging.Logpublic void error(java.lang.Throwable error)
error in interface org.apache.maven.doxia.logging.Logpublic boolean isDebugEnabled()
isDebugEnabled in interface org.apache.maven.doxia.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.apache.maven.doxia.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.apache.maven.doxia.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.apache.maven.doxia.logging.Logprivate java.lang.String toString(java.lang.CharSequence content)