public class MavenLogger extends Object implements org.richfaces.cdk.Logger
| Constructor and Description |
|---|
MavenLogger(org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(CharSequence content) |
void |
debug(CharSequence content,
Throwable error) |
void |
debug(Throwable error) |
void |
error(CharSequence content) |
void |
error(CharSequence content,
Throwable error) |
void |
error(Throwable error) |
int |
getErrorCount() |
void |
info(CharSequence content) |
void |
info(CharSequence content,
Throwable error) |
void |
info(Throwable error) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
warn(CharSequence content) |
void |
warn(CharSequence content,
Throwable error) |
void |
warn(Throwable error) |
public MavenLogger(org.apache.maven.plugin.logging.Log log)
log - public void debug(CharSequence content, Throwable error)
debug in interface org.richfaces.cdk.Loggercontent - error - Log.debug(java.lang.CharSequence, java.lang.Throwable)public void debug(CharSequence content)
debug in interface org.richfaces.cdk.Loggercontent - Log.debug(java.lang.CharSequence)public void debug(Throwable error)
debug in interface org.richfaces.cdk.Loggererror - Log.debug(java.lang.Throwable)public void error(CharSequence content, Throwable error)
error in interface org.richfaces.cdk.Loggercontent - error - Log.error(java.lang.CharSequence, java.lang.Throwable)public void error(CharSequence content)
error in interface org.richfaces.cdk.Loggercontent - Log.error(java.lang.CharSequence)public void error(Throwable error)
error in interface org.richfaces.cdk.Loggererror - Log.error(java.lang.Throwable)public void info(CharSequence content, Throwable error)
info in interface org.richfaces.cdk.Loggercontent - error - Log.info(java.lang.CharSequence, java.lang.Throwable)public void info(CharSequence content)
info in interface org.richfaces.cdk.Loggercontent - Log.info(java.lang.CharSequence)public void info(Throwable error)
info in interface org.richfaces.cdk.Loggererror - Log.info(java.lang.Throwable)public boolean isDebugEnabled()
isDebugEnabled in interface org.richfaces.cdk.LoggerLog.isDebugEnabled()public boolean isErrorEnabled()
isErrorEnabled in interface org.richfaces.cdk.LoggerLog.isErrorEnabled()public boolean isInfoEnabled()
isInfoEnabled in interface org.richfaces.cdk.LoggerLog.isInfoEnabled()public boolean isWarnEnabled()
isWarnEnabled in interface org.richfaces.cdk.LoggerLog.isWarnEnabled()public void warn(CharSequence content, Throwable error)
warn in interface org.richfaces.cdk.Loggercontent - error - Log.warn(java.lang.CharSequence, java.lang.Throwable)public void warn(CharSequence content)
warn in interface org.richfaces.cdk.Loggercontent - Log.warn(java.lang.CharSequence)public void warn(Throwable error)
warn in interface org.richfaces.cdk.Loggererror - Log.warn(java.lang.Throwable)public int getErrorCount()
getErrorCount in interface org.richfaces.cdk.LoggerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.