classes/phing/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:
- Extends from
- \DefaultLogger
- author
- Anton Stöckl
(Phing HTML Color Logger) - author
- Hans Lellelid
(Phing Ansi Color Logger) - author
- Magesh Umasankar (Ant)
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.listener
- version
- $Revision: 1091 $
Constants
Properties
Methods

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

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