public class AntLogger extends AbstractLogger
| Constructor and Description |
|---|
AntLogger(org.apache.tools.ant.Project project)
Constructor.
|
AntLogger(org.apache.tools.ant.Target target)
Constructor.
|
AntLogger(org.apache.tools.ant.Task task)
Constructor.
|
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 projectprotected void doLog(LogLevel level, String message, 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)Copyright © 2004-2013 Codehaus. All Rights Reserved.