org.apache.maven.monitor.logging
public class DefaultLog extends Object implements Log
| Constructor Summary | |
|---|---|
| DefaultLog(Logger logger) | |
| 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) |