org.apache.ivy.util
public abstract class AbstractMessageLogger extends Object implements MessageLogger
Method Summary | |
---|---|
void | clearProblems() |
void | debug(String msg) |
void | deprecated(String msg) |
protected abstract void | doEndProgress(String msg)
Indicates the end of a long running task |
protected abstract void | doProgress()
Indicates a progression for a long running task |
void | endProgress() |
void | endProgress(String msg) |
void | error(String msg) |
List | getErrors() |
List | getProblems() |
List | getWarns() |
void | info(String msg) |
boolean | isShowProgress() |
void | progress() |
void | rawinfo(String msg) |
void | setShowProgress(boolean progress) |
void | sumupProblems() |
void | verbose(String msg) |
void | warn(String msg) |
Parameters: msg the message associated with long running task end.