|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.util.internal.log.AbstractLogger
org.codehaus.cargo.util.log.AntLogger
public class AntLogger
Logger implementation that logs to Ant.
| Constructor Summary | |
|---|---|
AntLogger(org.apache.tools.ant.Project project)
Constructor. |
|
AntLogger(org.apache.tools.ant.Target target)
Constructor. |
|
AntLogger(org.apache.tools.ant.Task task)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
doLog(LogLevel level,
java.lang.String message,
java.lang.String category)
Common method for all severity levels. |
| Methods inherited from class org.codehaus.cargo.util.internal.log.AbstractLogger |
|---|
debug, getLevel, info, setLevel, warn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AntLogger(org.apache.tools.ant.Task task)
task - The Ant taskpublic AntLogger(org.apache.tools.ant.Target target)
target - The current targetpublic AntLogger(org.apache.tools.ant.Project project)
project - The Ant project| Method Detail |
|---|
protected void doLog(LogLevel level,
java.lang.String message,
java.lang.String category)
doLog in class AbstractLoggerlevel - the log level (aka severity) of the messagemessage - the message to logcategory - the log categoryAbstractLogger.doLog(LogLevel, String, String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||