public class Log4JLoggerWrapper extends Object implements org.apache.maven.shared.invoker.InvokerLogger
| Constructor and Description |
|---|
Log4JLoggerWrapper(org.apache.log4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String string) |
void |
debug(String string,
Throwable thrwbl) |
void |
error(String string) |
void |
error(String string,
Throwable thrwbl) |
void |
fatalError(String string) |
void |
fatalError(String string,
Throwable thrwbl) |
int |
getThreshold() |
void |
info(String string) |
void |
info(String string,
Throwable thrwbl) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
setThreshold(int i) |
void |
warn(String string) |
void |
warn(String string,
Throwable thrwbl) |
public void debug(String string)
debug in interface org.apache.maven.shared.invoker.InvokerLoggerpublic void debug(String string, Throwable thrwbl)
debug in interface org.apache.maven.shared.invoker.InvokerLoggerpublic boolean isDebugEnabled()
isDebugEnabled in interface org.apache.maven.shared.invoker.InvokerLoggerpublic void info(String string)
info in interface org.apache.maven.shared.invoker.InvokerLoggerpublic void info(String string, Throwable thrwbl)
info in interface org.apache.maven.shared.invoker.InvokerLoggerpublic boolean isInfoEnabled()
isInfoEnabled in interface org.apache.maven.shared.invoker.InvokerLoggerpublic void warn(String string)
warn in interface org.apache.maven.shared.invoker.InvokerLoggerpublic void warn(String string, Throwable thrwbl)
warn in interface org.apache.maven.shared.invoker.InvokerLoggerpublic boolean isWarnEnabled()
isWarnEnabled in interface org.apache.maven.shared.invoker.InvokerLoggerpublic void error(String string)
error in interface org.apache.maven.shared.invoker.InvokerLoggerpublic void error(String string, Throwable thrwbl)
error in interface org.apache.maven.shared.invoker.InvokerLoggerpublic boolean isErrorEnabled()
isErrorEnabled in interface org.apache.maven.shared.invoker.InvokerLoggerpublic void fatalError(String string)
fatalError in interface org.apache.maven.shared.invoker.InvokerLoggerpublic void fatalError(String string, Throwable thrwbl)
fatalError in interface org.apache.maven.shared.invoker.InvokerLoggerpublic boolean isFatalErrorEnabled()
isFatalErrorEnabled in interface org.apache.maven.shared.invoker.InvokerLoggerpublic void setThreshold(int i)
setThreshold in interface org.apache.maven.shared.invoker.InvokerLoggerpublic int getThreshold()
getThreshold in interface org.apache.maven.shared.invoker.InvokerLoggerCopyright © 2019. All rights reserved.