public class LoggerStub extends Object implements org.codehaus.plexus.logging.Logger
| Constructor and Description |
|---|
LoggerStub() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String s) |
void |
debug(String s,
Throwable throwable) |
void |
error(String s) |
void |
error(String s,
Throwable throwable) |
void |
fatalError(String s) |
void |
fatalError(String s,
Throwable throwable) |
org.codehaus.plexus.logging.Logger |
getChildLogger(String s) |
String |
getName() |
int |
getThreshold() |
void |
info(String s) |
void |
info(String s,
Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
setThreshold(int i) |
void |
warn(String s) |
void |
warn(String s,
Throwable throwable) |
public void debug(String s)
debug in interface org.codehaus.plexus.logging.Loggerpublic void debug(String s, Throwable throwable)
debug in interface org.codehaus.plexus.logging.Loggerpublic boolean isDebugEnabled()
isDebugEnabled in interface org.codehaus.plexus.logging.Loggerpublic void info(String s)
info in interface org.codehaus.plexus.logging.Loggerpublic void info(String s, Throwable throwable)
info in interface org.codehaus.plexus.logging.Loggerpublic boolean isInfoEnabled()
isInfoEnabled in interface org.codehaus.plexus.logging.Loggerpublic void warn(String s)
warn in interface org.codehaus.plexus.logging.Loggerpublic void warn(String s, Throwable throwable)
warn in interface org.codehaus.plexus.logging.Loggerpublic boolean isWarnEnabled()
isWarnEnabled in interface org.codehaus.plexus.logging.Loggerpublic void error(String s)
error in interface org.codehaus.plexus.logging.Loggerpublic void error(String s, Throwable throwable)
error in interface org.codehaus.plexus.logging.Loggerpublic boolean isErrorEnabled()
isErrorEnabled in interface org.codehaus.plexus.logging.Loggerpublic void fatalError(String s)
fatalError in interface org.codehaus.plexus.logging.Loggerpublic void fatalError(String s, Throwable throwable)
fatalError in interface org.codehaus.plexus.logging.Loggerpublic boolean isFatalErrorEnabled()
isFatalErrorEnabled in interface org.codehaus.plexus.logging.Loggerpublic org.codehaus.plexus.logging.Logger getChildLogger(String s)
getChildLogger in interface org.codehaus.plexus.logging.Loggerpublic int getThreshold()
getThreshold in interface org.codehaus.plexus.logging.Loggerpublic void setThreshold(int i)
setThreshold in interface org.codehaus.plexus.logging.Loggerpublic String getName()
getName in interface org.codehaus.plexus.logging.LoggerCopyright © 2001–2017 The Apache Software Foundation. All rights reserved.