org.apache.maven.plugin.logging
public interface Log
| Method Summary | |
|---|---|
| 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 | warn(CharSequence content) |
| void | warn(CharSequence content, Throwable error) |
| void | warn(Throwable error) |