| Constructor and Description |
|---|
FindingsMaven(org.apache.maven.plugin.logging.Log mavenLog) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(CharSequence content) |
void |
debug(CharSequence content,
Throwable error) |
void |
debug(Throwable error) |
void |
error(CharSequence content) |
void |
error(CharSequence content,
Throwable error) |
void |
error(Throwable error) |
void |
info(CharSequence content) |
void |
info(CharSequence content,
Throwable error) |
void |
info(Throwable error) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
throwOnError() |
void |
warn(CharSequence content) |
void |
warn(CharSequence content,
Throwable error) |
void |
warn(Throwable error) |
public boolean isDebugEnabled()
isDebugEnabled in interface FindingsisDebugEnabled in interface org.apache.maven.plugin.logging.Logpublic void debug(CharSequence content)
public void debug(CharSequence content, Throwable error)
public void debug(Throwable error)
public boolean isInfoEnabled()
isInfoEnabled in interface FindingsisInfoEnabled in interface org.apache.maven.plugin.logging.Logpublic void info(CharSequence content)
public void info(CharSequence content, Throwable error)
public void info(Throwable error)
public boolean isWarnEnabled()
isWarnEnabled in interface FindingsisWarnEnabled in interface org.apache.maven.plugin.logging.Logpublic void warn(CharSequence content)
public void warn(CharSequence content, Throwable error)
public void warn(Throwable error)
public boolean isErrorEnabled()
isErrorEnabled in interface FindingsisErrorEnabled in interface org.apache.maven.plugin.logging.Logpublic void error(CharSequence content)
public void error(CharSequence content, Throwable error)
public void error(Throwable error)
public void throwOnError()
throwOnError in interface FindingsCopyright © 2017. All rights reserved.