org.apache.maven.plugin.dependency.utils
Class DependencySilentLog

java.lang.Object
  extended by org.apache.maven.plugin.dependency.utils.DependencySilentLog
All Implemented Interfaces:
org.apache.maven.plugin.logging.Log, org.codehaus.plexus.logging.Logger

public class DependencySilentLog
extends java.lang.Object
implements org.apache.maven.plugin.logging.Log, org.codehaus.plexus.logging.Logger

Version:
$Id: DependencySilentLog.java 728546 2008-12-21 22:56:51Z bentmann $
Author:
Brian Fox

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(java.lang.CharSequence content)
           
 void debug(java.lang.CharSequence content, java.lang.Throwable error)
           
 void debug(java.lang.String message)
           
 void debug(java.lang.String message, java.lang.Throwable throwable)
           
 void debug(java.lang.Throwable error)
           
 void error(java.lang.CharSequence content)
           
 void error(java.lang.CharSequence content, java.lang.Throwable error)
           
 void error(java.lang.String message)
           
 void error(java.lang.String message, java.lang.Throwable throwable)
           
 void error(java.lang.Throwable error)
           
 void fatalError(java.lang.String message)
           
 void fatalError(java.lang.String message, java.lang.Throwable throwable)
           
 org.codehaus.plexus.logging.Logger getChildLogger(java.lang.String name)
           
 java.lang.String getName()
           
 int getThreshold()
           
 void info(java.lang.CharSequence content)
           
 void info(java.lang.CharSequence content, java.lang.Throwable error)
           
 void info(java.lang.String message)
           
 void info(java.lang.String message, java.lang.Throwable throwable)
           
 void info(java.lang.Throwable error)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isFatalErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
 void setThreshold(int theThreshold)
           
 void warn(java.lang.CharSequence content)
           
 void warn(java.lang.CharSequence content, java.lang.Throwable error)
           
 void warn(java.lang.String message)
           
 void warn(java.lang.String message, java.lang.Throwable throwable)
           
 void warn(java.lang.Throwable error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencySilentLog

public DependencySilentLog()
Method Detail

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface org.apache.maven.plugin.logging.Log
Specified by:
isDebugEnabled in interface org.codehaus.plexus.logging.Logger

debug

public void debug(java.lang.CharSequence content)
Specified by:
debug in interface org.apache.maven.plugin.logging.Log

debug

public void debug(java.lang.CharSequence content,
                  java.lang.Throwable error)
Specified by:
debug in interface org.apache.maven.plugin.logging.Log

debug

public void debug(java.lang.Throwable error)
Specified by:
debug in interface org.apache.maven.plugin.logging.Log

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface org.apache.maven.plugin.logging.Log
Specified by:
isInfoEnabled in interface org.codehaus.plexus.logging.Logger

info

public void info(java.lang.CharSequence content)
Specified by:
info in interface org.apache.maven.plugin.logging.Log

info

public void info(java.lang.CharSequence content,
                 java.lang.Throwable error)
Specified by:
info in interface org.apache.maven.plugin.logging.Log

info

public void info(java.lang.Throwable error)
Specified by:
info in interface org.apache.maven.plugin.logging.Log

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface org.apache.maven.plugin.logging.Log
Specified by:
isWarnEnabled in interface org.codehaus.plexus.logging.Logger

warn

public void warn(java.lang.CharSequence content)
Specified by:
warn in interface org.apache.maven.plugin.logging.Log

warn

public void warn(java.lang.CharSequence content,
                 java.lang.Throwable error)
Specified by:
warn in interface org.apache.maven.plugin.logging.Log

warn

public void warn(java.lang.Throwable error)
Specified by:
warn in interface org.apache.maven.plugin.logging.Log

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface org.apache.maven.plugin.logging.Log
Specified by:
isErrorEnabled in interface org.codehaus.plexus.logging.Logger

error

public void error(java.lang.CharSequence content)
Specified by:
error in interface org.apache.maven.plugin.logging.Log

error

public void error(java.lang.CharSequence content,
                  java.lang.Throwable error)
Specified by:
error in interface org.apache.maven.plugin.logging.Log

error

public void error(java.lang.Throwable error)
Specified by:
error in interface org.apache.maven.plugin.logging.Log

debug

public void debug(java.lang.String message)
Specified by:
debug in interface org.codehaus.plexus.logging.Logger

debug

public void debug(java.lang.String message,
                  java.lang.Throwable throwable)
Specified by:
debug in interface org.codehaus.plexus.logging.Logger

info

public void info(java.lang.String message)
Specified by:
info in interface org.codehaus.plexus.logging.Logger

info

public void info(java.lang.String message,
                 java.lang.Throwable throwable)
Specified by:
info in interface org.codehaus.plexus.logging.Logger

warn

public void warn(java.lang.String message)
Specified by:
warn in interface org.codehaus.plexus.logging.Logger

warn

public void warn(java.lang.String message,
                 java.lang.Throwable throwable)
Specified by:
warn in interface org.codehaus.plexus.logging.Logger

error

public void error(java.lang.String message)
Specified by:
error in interface org.codehaus.plexus.logging.Logger

error

public void error(java.lang.String message,
                  java.lang.Throwable throwable)
Specified by:
error in interface org.codehaus.plexus.logging.Logger

fatalError

public void fatalError(java.lang.String message)
Specified by:
fatalError in interface org.codehaus.plexus.logging.Logger

fatalError

public void fatalError(java.lang.String message,
                       java.lang.Throwable throwable)
Specified by:
fatalError in interface org.codehaus.plexus.logging.Logger

isFatalErrorEnabled

public boolean isFatalErrorEnabled()
Specified by:
isFatalErrorEnabled in interface org.codehaus.plexus.logging.Logger

getChildLogger

public org.codehaus.plexus.logging.Logger getChildLogger(java.lang.String name)
Specified by:
getChildLogger in interface org.codehaus.plexus.logging.Logger

getThreshold

public int getThreshold()
Specified by:
getThreshold in interface org.codehaus.plexus.logging.Logger

getName

public java.lang.String getName()
Specified by:
getName in interface org.codehaus.plexus.logging.Logger

setThreshold

public void setThreshold(int theThreshold)


Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.