listener/HtmlColorLogger.php
\HtmlColorLogger
Uses CSS class that must be defined in the HTML page where the Phing output is displayed.
If used with the -logfile option, the output will contain the text wrapped in html elements with those css classes.
The default classes used for differentiating the message levels can be changed by editing the phing/listener/defaults.properties file.
This file can contain 5 key/value pairs: HtmlColorLogger.ERROR_CLASS=your_css_class_name HtmlColorLogger.WARNING_CLASS=your_css_class_name HtmlColorLogger.INFO_CLASS=your_css_class_name HtmlColorLogger.VERBOSE_CLASS=your_css_class_name HtmlColorLogger.DEBUG_CLASS=your_css_class_name
This stems from the Ansi Color Logger done by Hans Lellelid:
- Parent(s)
- \DefaultLogger
- Author
- Anton Stöckl
(Phing HTML Color Logger) - Author
- Hans Lellelid
(Phing Ansi Color Logger) - Author
- Magesh Umasankar (Ant)
- Version
- $Revision: 1091 $
Constants
Properties
Methods

__construct(
)
:
voidConstruct new HtmlColorLogger Perform initializations that cannot be done in var declarations.

printMessage(
string $message, \OutputStream $stream, int $priority
)
:
void| Name | Type | Description |
|---|---|---|
| $message | string | |
| $stream | \OutputStream | |
| $priority | int |
- See
- \DefaultLogger#printMessage

setColors(
)
:
voidSet the colors to use from a property file specified in the special phing property file "phing/listener/defaults.properties".