public class MavenPluginLog extends Object implements org.apache.commons.logging.Log
| Constructor and Description |
|---|
MavenPluginLog(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object object) |
void |
debug(Object object,
Throwable throwable) |
void |
error(Object object) |
void |
error(Object object,
Throwable throwable) |
void |
fatal(Object object) |
void |
fatal(Object object,
Throwable throwable) |
void |
info(Object object) |
void |
info(Object object,
Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
static void |
setMojo(org.apache.maven.plugin.Mojo mojo) |
void |
trace(Object object) |
void |
trace(Object object,
Throwable throwable) |
void |
warn(Object object) |
void |
warn(Object object,
Throwable throwable) |
public MavenPluginLog(String name)
public static void setMojo(org.apache.maven.plugin.Mojo mojo)
public boolean isDebugEnabled()
isDebugEnabled in interface org.apache.commons.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.apache.commons.logging.Logpublic boolean isFatalEnabled()
isFatalEnabled in interface org.apache.commons.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.apache.commons.logging.Logpublic boolean isTraceEnabled()
isTraceEnabled in interface org.apache.commons.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.apache.commons.logging.Logpublic void trace(Object object)
trace in interface org.apache.commons.logging.Logpublic void trace(Object object, Throwable throwable)
trace in interface org.apache.commons.logging.Logpublic void debug(Object object)
debug in interface org.apache.commons.logging.Logpublic void debug(Object object, Throwable throwable)
debug in interface org.apache.commons.logging.Logpublic void info(Object object)
info in interface org.apache.commons.logging.Logpublic void info(Object object, Throwable throwable)
info in interface org.apache.commons.logging.Logpublic void warn(Object object)
warn in interface org.apache.commons.logging.Logpublic void warn(Object object, Throwable throwable)
warn in interface org.apache.commons.logging.Logpublic void error(Object object)
error in interface org.apache.commons.logging.Logpublic void error(Object object, Throwable throwable)
error in interface org.apache.commons.logging.Logpublic void fatal(Object object)
fatal in interface org.apache.commons.logging.LogCopyright © 2012 Codehaus. All Rights Reserved.