System.out unless redirected by
the -logfile option. | Method Summary | |
|---|---|
| void |
Sets this logger to produce emacs (and other editor) friendly output. |
| void |
Sets the output stream to which this logger is to send error messages. |
| void |
Sets the highest level of message this logger should respond to. |
| void |
Sets the output stream to which this logger is to send its output. |
| Methods inherited from org.apache.tools.antBuildListener |
|---|
public
void
setEmacsMode
(
boolean
emacsMode
)
public
void
setMessageOutputLevel
(
int
level
)
Constants for the message levels are in the
Project class. The order of the levels, from least
to most verbose, is MSG_ERR, MSG_WARN,
MSG_INFO, MSG_VERBOSE,
MSG_DEBUG.