public interface Findings
| 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) |
boolean isDebugEnabled()
void debug(CharSequence content)
void debug(CharSequence content, Throwable error)
void debug(Throwable error)
boolean isInfoEnabled()
void info(CharSequence content)
void info(CharSequence content, Throwable error)
void info(Throwable error)
boolean isWarnEnabled()
void warn(CharSequence content)
void warn(CharSequence content, Throwable error)
void warn(Throwable error)
boolean isErrorEnabled()
void error(CharSequence content)
void error(CharSequence content, Throwable error)
void error(Throwable error)
void throwOnError()
Copyright © 2017. All rights reserved.