| 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(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(Throwable error)
By default, do nothing.
|
void |
info(CharSequence content)
By default, do nothing.
|
void |
info(CharSequence content,
Throwable error)
By default, do nothing.
|
void |
info(Throwable error)
By default, do nothing.
|
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
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(Throwable error)
By default, do nothing.
|
public boolean isDebugEnabled()
isDebugEnabled in interface org.apache.maven.plugin.logging.LogfalseLog.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.LogfalseLog.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.LogLog.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.LogfalseLog.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)Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.