org.apache.ivy.ant
public class AntMessageLogger extends AbstractMessageLogger
| Constructor Summary | |
|---|---|
| protected | AntMessageLogger(ProjectComponent antProjectComponent)
Constructs a new AntMEssageImpl instance.
|
| Method Summary | |
|---|---|
| void | doEndProgress(String msg) |
| void | doProgress() |
| void | log(String msg, int level) |
| void | rawlog(String msg, int level) |
| static void | register(Task task, Ivy ivy)
Creates and register an AntMessageLogger for the given Task, with the given
Ivy instance.
|
| String | toString() |
Parameters: antProjectComponent
the ant project component this message implementation should use for logging. Must
not be null.
The created instance will automatically be unregistered from the Ivy instance when the task finishes.
Parameters: task the task the logger should use for logging ivy the ivy instance on which the logger should be registered