|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.dependency.utils.DependencySilentLog
public class DependencySilentLog
This logger implements both types of logs currently in use and turns off logs.
| Field Summary |
|---|
| Fields inherited from interface org.codehaus.plexus.logging.Logger |
|---|
LEVEL_DEBUG, LEVEL_DISABLED, LEVEL_ERROR, LEVEL_FATAL, LEVEL_INFO, LEVEL_WARN |
| Constructor Summary | |
|---|---|
DependencySilentLog()
|
|
| Method Summary | |
|---|---|
void |
debug(CharSequence content)
By default, do nothing. |
void |
debug(CharSequence content,
Throwable error)
By default, do nothing. |
void |
debug(String message)
By default, do nothing. |
void |
debug(String message,
Throwable throwable)
By default, do nothing. |
void |
debug(Throwable error)
By default, do nothing. |
void |
error(CharSequence content)
By default, do nothing. |
void |
error(CharSequence content,
Throwable error)
By default, do nothing. |
void |
error(String message)
By default, do nothing. |
void |
error(String message,
Throwable throwable)
By default, do nothing. |
void |
error(Throwable error)
By default, do nothing. |
void |
fatalError(String message)
By default, do nothing. |
void |
fatalError(String message,
Throwable throwable)
By default, do nothing. |
Logger |
getChildLogger(String name)
|
String |
getName()
|
int |
getThreshold()
|
void |
info(CharSequence content)
By default, do nothing. |
void |
info(CharSequence content,
Throwable error)
By default, do nothing. |
void |
info(String message)
By default, do nothing. |
void |
info(String message,
Throwable throwable)
By default, do nothing. |
void |
info(Throwable error)
By default, do nothing. |
boolean |
isDebugEnabled()
|
boolean |
isErrorEnabled()
|
boolean |
isFatalErrorEnabled()
|
boolean |
isInfoEnabled()
|
boolean |
isWarnEnabled()
By default, do nothing. |
void |
warn(CharSequence content)
By default, do nothing. |
void |
warn(CharSequence content,
Throwable error)
By default, do nothing. |
void |
warn(String message)
By default, do nothing. |
void |
warn(String message,
Throwable throwable)
By default, do nothing. |
void |
warn(Throwable error)
By default, do nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DependencySilentLog()
| Method Detail |
|---|
public boolean isDebugEnabled()
isDebugEnabled in interface org.apache.maven.plugin.logging.LogisDebugEnabled in interface LoggerfalseLog.isDebugEnabled()public void debug(CharSequence content)
debug in interface org.apache.maven.plugin.logging.LogLog.debug(java.lang.CharSequence)
public void debug(CharSequence content,
Throwable error)
debug in interface org.apache.maven.plugin.logging.LogLog.debug(java.lang.CharSequence, java.lang.Throwable)public void debug(Throwable error)
debug in interface org.apache.maven.plugin.logging.LogLog.debug(java.lang.Throwable)public boolean isInfoEnabled()
isInfoEnabled in interface org.apache.maven.plugin.logging.LogisInfoEnabled in interface LoggerfalseLog.isInfoEnabled()public void info(CharSequence content)
info in interface org.apache.maven.plugin.logging.LogLog.info(java.lang.CharSequence)
public void info(CharSequence content,
Throwable error)
info in interface org.apache.maven.plugin.logging.LogLog.info(java.lang.CharSequence, java.lang.Throwable)public void info(Throwable error)
info in interface org.apache.maven.plugin.logging.LogLog.info(java.lang.Throwable)public boolean isWarnEnabled()
isWarnEnabled in interface org.apache.maven.plugin.logging.LogisWarnEnabled in interface LoggerLog.isWarnEnabled()public void warn(CharSequence content)
warn in interface org.apache.maven.plugin.logging.LogLog.warn(java.lang.CharSequence)
public void warn(CharSequence content,
Throwable error)
warn in interface org.apache.maven.plugin.logging.LogLog.warn(java.lang.CharSequence, java.lang.Throwable)public void warn(Throwable error)
warn in interface org.apache.maven.plugin.logging.LogLog.warn(java.lang.Throwable)public boolean isErrorEnabled()
isErrorEnabled in interface org.apache.maven.plugin.logging.LogisErrorEnabled in interface LoggerfalseLog.isErrorEnabled()public void error(CharSequence content)
error in interface org.apache.maven.plugin.logging.LogLog.error(java.lang.CharSequence)
public void error(CharSequence content,
Throwable error)
error in interface org.apache.maven.plugin.logging.LogLog.error(java.lang.CharSequence, java.lang.Throwable)public void error(Throwable error)
error in interface org.apache.maven.plugin.logging.LogLog.error(java.lang.Throwable)public void debug(String message)
debug in interface LoggerLogger.debug(java.lang.String)
public void debug(String message,
Throwable throwable)
debug in interface LoggerLogger.debug(java.lang.String, java.lang.Throwable)public void info(String message)
info in interface LoggerLogger.info(java.lang.String)
public void info(String message,
Throwable throwable)
info in interface LoggerLogger.info(java.lang.String, java.lang.Throwable)public void warn(String message)
warn in interface LoggerLogger.warn(java.lang.String)
public void warn(String message,
Throwable throwable)
warn in interface LoggerLogger.warn(java.lang.String, java.lang.Throwable)public void error(String message)
error in interface LoggerLogger.error(java.lang.String)
public void error(String message,
Throwable throwable)
error in interface LoggerLogger.error(java.lang.String, java.lang.Throwable)public void fatalError(String message)
fatalError in interface LoggerLogger.fatalError(java.lang.String)
public void fatalError(String message,
Throwable throwable)
fatalError in interface LoggerLogger.fatalError(java.lang.String, java.lang.Throwable)public boolean isFatalErrorEnabled()
isFatalErrorEnabled in interface LoggerfalseLogger.isFatalErrorEnabled()public Logger getChildLogger(String name)
getChildLogger in interface LoggernullLogger.getChildLogger(java.lang.String)public int getThreshold()
getThreshold in interface Logger0Logger.getThreshold()public String getName()
getName in interface LoggernullLogger.getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||