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

Constant  CLASS_ERR = 'phing_err'
Constant  CLASS_VERBOSE = 'phing_verbose'
Constant  CLASS_DEBUG = 'phing_debug'
Constant  CLASS_WARN = 'phing_warn'
Constant  CLASS_INFO = 'phing_info'
Constant  PREFIX = '<span class='
Constant  SUFFIX = '>'
Constant  END_COLOR = '</span>'

Properties

Propertyprivate  $colorsSet= 'false'
Default valuefalseDetails
Type
Propertyprivate  $debugColor= ''
Details
Type
Propertyprivate  $errColor= ''
Details
Type
Propertyprivate  $infoColor= ''
Details
Type
Propertyprivate  $verboseColor= ''
Details
Type
Propertyprivate  $warnColor= ''
Details
Type

Methods

methodpublic  __construct( ) :
Construct new HtmlColorLogger Perform initializations that cannot be done in var declarations.
methodprotected  printMessage( string $message, \OutputStream $stream, int $priority ) :
final
Parameters
Name Type Description
$message string
$stream \OutputStream
$priority int
Details
see
\DefaultLogger#printMessage
methodprivate  setColors( ) :
finalSet the colors to use from a property file specified in the special phing property file "phing/listener/defaults.properties".
Documentation was generated by DocBlox 0.13.1.