public class DependencySilentLog extends Object implements org.apache.maven.plugin.logging.Log, org.codehaus.plexus.logging.Logger
Constructor and Description |
---|
DependencySilentLog() |
Modifier and Type | Method and Description |
---|---|
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 |
setThreshold(int threshold)
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.
|
public boolean isDebugEnabled()
isDebugEnabled
in interface org.apache.maven.plugin.logging.Log
isDebugEnabled
in interface org.codehaus.plexus.logging.Logger
false
Log.isDebugEnabled()
public void debug(CharSequence content)
debug
in interface org.apache.maven.plugin.logging.Log
Log.debug(java.lang.CharSequence)
public void debug(CharSequence content, Throwable error)
debug
in interface org.apache.maven.plugin.logging.Log
Log.debug(java.lang.CharSequence, java.lang.Throwable)
public void debug(Throwable error)
debug
in interface org.apache.maven.plugin.logging.Log
Log.debug(java.lang.Throwable)
public boolean isInfoEnabled()
isInfoEnabled
in interface org.apache.maven.plugin.logging.Log
isInfoEnabled
in interface org.codehaus.plexus.logging.Logger
false
Log.isInfoEnabled()
public void info(CharSequence content)
info
in interface org.apache.maven.plugin.logging.Log
Log.info(java.lang.CharSequence)
public void info(CharSequence content, Throwable error)
info
in interface org.apache.maven.plugin.logging.Log
Log.info(java.lang.CharSequence, java.lang.Throwable)
public void info(Throwable error)
info
in interface org.apache.maven.plugin.logging.Log
Log.info(java.lang.Throwable)
public boolean isWarnEnabled()
isWarnEnabled
in interface org.apache.maven.plugin.logging.Log
isWarnEnabled
in interface org.codehaus.plexus.logging.Logger
Log.isWarnEnabled()
public void warn(CharSequence content)
warn
in interface org.apache.maven.plugin.logging.Log
Log.warn(java.lang.CharSequence)
public void warn(CharSequence content, Throwable error)
warn
in interface org.apache.maven.plugin.logging.Log
Log.warn(java.lang.CharSequence, java.lang.Throwable)
public void warn(Throwable error)
warn
in interface org.apache.maven.plugin.logging.Log
Log.warn(java.lang.Throwable)
public boolean isErrorEnabled()
isErrorEnabled
in interface org.apache.maven.plugin.logging.Log
isErrorEnabled
in interface org.codehaus.plexus.logging.Logger
false
Log.isErrorEnabled()
public void error(CharSequence content)
error
in interface org.apache.maven.plugin.logging.Log
Log.error(java.lang.CharSequence)
public void error(CharSequence content, Throwable error)
error
in interface org.apache.maven.plugin.logging.Log
Log.error(java.lang.CharSequence, java.lang.Throwable)
public void error(Throwable error)
error
in interface org.apache.maven.plugin.logging.Log
Log.error(java.lang.Throwable)
public void debug(String message)
debug
in interface org.codehaus.plexus.logging.Logger
Logger.debug(java.lang.String)
public void debug(String message, Throwable throwable)
debug
in interface org.codehaus.plexus.logging.Logger
Logger.debug(java.lang.String, java.lang.Throwable)
public void info(String message)
info
in interface org.codehaus.plexus.logging.Logger
Logger.info(java.lang.String)
public void info(String message, Throwable throwable)
info
in interface org.codehaus.plexus.logging.Logger
Logger.info(java.lang.String, java.lang.Throwable)
public void warn(String message)
warn
in interface org.codehaus.plexus.logging.Logger
Logger.warn(java.lang.String)
public void warn(String message, Throwable throwable)
warn
in interface org.codehaus.plexus.logging.Logger
Logger.warn(java.lang.String, java.lang.Throwable)
public void error(String message)
error
in interface org.codehaus.plexus.logging.Logger
Logger.error(java.lang.String)
public void error(String message, Throwable throwable)
error
in interface org.codehaus.plexus.logging.Logger
Logger.error(java.lang.String, java.lang.Throwable)
public void fatalError(String message)
fatalError
in interface org.codehaus.plexus.logging.Logger
Logger.fatalError(java.lang.String)
public void fatalError(String message, Throwable throwable)
fatalError
in interface org.codehaus.plexus.logging.Logger
Logger.fatalError(java.lang.String, java.lang.Throwable)
public boolean isFatalErrorEnabled()
isFatalErrorEnabled
in interface org.codehaus.plexus.logging.Logger
false
Logger.isFatalErrorEnabled()
public org.codehaus.plexus.logging.Logger getChildLogger(String name)
getChildLogger
in interface org.codehaus.plexus.logging.Logger
null
Logger.getChildLogger(java.lang.String)
public int getThreshold()
getThreshold
in interface org.codehaus.plexus.logging.Logger
0
Logger.getThreshold()
public void setThreshold(int threshold)
setThreshold
in interface org.codehaus.plexus.logging.Logger
public String getName()
getName
in interface org.codehaus.plexus.logging.Logger
null
Logger.getName()
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.