| 
||||||||||
| 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.  | 
 org.codehaus.plexus.logging.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 LogisDebugEnabled in interface org.codehaus.plexus.logging.LoggerfalseLog.isDebugEnabled()public void debug(CharSequence content)
debug in interface LogLog.debug(java.lang.CharSequence)
public void debug(CharSequence content,
                  Throwable error)
debug in interface LogLog.debug(java.lang.CharSequence, java.lang.Throwable)public void debug(Throwable error)
debug in interface LogLog.debug(java.lang.Throwable)public boolean isInfoEnabled()
isInfoEnabled in interface LogisInfoEnabled in interface org.codehaus.plexus.logging.LoggerfalseLog.isInfoEnabled()public void info(CharSequence content)
info in interface LogLog.info(java.lang.CharSequence)
public void info(CharSequence content,
                 Throwable error)
info in interface LogLog.info(java.lang.CharSequence, java.lang.Throwable)public void info(Throwable error)
info in interface LogLog.info(java.lang.Throwable)public boolean isWarnEnabled()
isWarnEnabled in interface LogisWarnEnabled in interface org.codehaus.plexus.logging.LoggerLog.isWarnEnabled()public void warn(CharSequence content)
warn in interface LogLog.warn(java.lang.CharSequence)
public void warn(CharSequence content,
                 Throwable error)
warn in interface LogLog.warn(java.lang.CharSequence, java.lang.Throwable)public void warn(Throwable error)
warn in interface LogLog.warn(java.lang.Throwable)public boolean isErrorEnabled()
isErrorEnabled in interface LogisErrorEnabled in interface org.codehaus.plexus.logging.LoggerfalseLog.isErrorEnabled()public void error(CharSequence content)
error in interface LogLog.error(java.lang.CharSequence)
public void error(CharSequence content,
                  Throwable error)
error in interface LogLog.error(java.lang.CharSequence, java.lang.Throwable)public void error(Throwable error)
error in interface LogLog.error(java.lang.Throwable)public void debug(String message)
debug in interface org.codehaus.plexus.logging.LoggerLogger.debug(java.lang.String)
public void debug(String message,
                  Throwable throwable)
debug in interface org.codehaus.plexus.logging.LoggerLogger.debug(java.lang.String, java.lang.Throwable)public void info(String message)
info in interface org.codehaus.plexus.logging.LoggerLogger.info(java.lang.String)
public void info(String message,
                 Throwable throwable)
info in interface org.codehaus.plexus.logging.LoggerLogger.info(java.lang.String, java.lang.Throwable)public void warn(String message)
warn in interface org.codehaus.plexus.logging.LoggerLogger.warn(java.lang.String)
public void warn(String message,
                 Throwable throwable)
warn in interface org.codehaus.plexus.logging.LoggerLogger.warn(java.lang.String, java.lang.Throwable)public void error(String message)
error in interface org.codehaus.plexus.logging.LoggerLogger.error(java.lang.String)
public void error(String message,
                  Throwable throwable)
error in interface org.codehaus.plexus.logging.LoggerLogger.error(java.lang.String, java.lang.Throwable)public void fatalError(String message)
fatalError in interface org.codehaus.plexus.logging.LoggerLogger.fatalError(java.lang.String)
public void fatalError(String message,
                       Throwable throwable)
fatalError in interface org.codehaus.plexus.logging.LoggerLogger.fatalError(java.lang.String, java.lang.Throwable)public boolean isFatalErrorEnabled()
isFatalErrorEnabled in interface org.codehaus.plexus.logging.LoggerfalseLogger.isFatalErrorEnabled()public org.codehaus.plexus.logging.Logger getChildLogger(String name)
getChildLogger in interface org.codehaus.plexus.logging.LoggernullLogger.getChildLogger(java.lang.String)public int getThreshold()
getThreshold in interface org.codehaus.plexus.logging.Logger0Logger.getThreshold()public String getName()
getName in interface org.codehaus.plexus.logging.LoggernullLogger.getName()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||