Classes and interfaces
AnsiColorLogger¶
Uses ANSI Color Code Sequences to colorize messages
sent to the console.
« More »
DefaultLogger¶
Writes a build event to the console.
« More »
HtmlColorLogger¶
Uses CSS class that must be defined in the HTML page
where the Phing output is displayed.
« More »
MailLogger¶
Uses PEAR Mail package to send the build log to one or
more recipients.
« More »
NoBannerLogger¶
Extends DefaultLogger to strip out empty targets.
« More »
PearLogListener¶
Writes build messages to PEAR Log.
« More »
XmlLogger¶
Generates a file in the current directory with
an XML description of what happened during a build.
« More »