org.apache.tools.ant.listener
public class AnsiColorLogger extends DefaultLogger
emacsMode, err, LEFT_COLUMN_SIZE, lSep, msgOutputLevel, out
Constructor and Description |
---|
AnsiColorLogger() |
Modifier and Type | Method and Description |
---|---|
protected void |
printMessage(java.lang.String message,
java.io.PrintStream stream,
int priority)
Prints a message to a PrintStream.
|
buildFinished, buildStarted, extractProjectName, formatTime, getBuildFailedMessage, getBuildSuccessfulMessage, getTimestamp, log, messageLogged, setEmacsMode, setErrorPrintStream, setMessageOutputLevel, setOutputPrintStream, targetFinished, targetStarted, taskFinished, taskStarted
protected void printMessage(java.lang.String message, java.io.PrintStream stream, int priority)
printMessage
in class DefaultLogger
message
- The message to print.
Should not be null
.stream
- A PrintStream to print the message to.
Must not be null
.priority
- The priority of the message.
(Ignored in this implementation.)