Path

ez components / documentation / api reference / 1.1 / debug


eZ Components 1.1

Debug

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Element index for package Debug

[ d ] [ e ] [ f ] [ g ] [ h ] [ l ] [ r ] [ s ] [ _ ]

_

__construct : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::__construct()
    Constructs a new HTML reporter.
__get : ezcDebug
in file debug.php, method ezcDebug::__get()
    Throws always an ezcBasePropertyNotFoundException.
__set : ezcDebug
in file debug.php, method ezcDebug::__set()
    Throws always an ezcBasePropertyNotFoundException.

d

debug.php
procedural page debug.php
debugHandler : ezcDebug
in file debug.php, method ezcDebug::debugHandler()
    Dispatches the message and error type to the correct debug or log function.

e

ezcDebug
in file debug.php, class ezcDebug
    The ezcDebug class provides functionality to format and store debug messages and timers.
ezcDebugHtmlFormatter
in file html_formatter.php, class ezcDebugHtmlFormatter
    ezcDebugHtmlFormatter class implements a HTML debug formatter that outputs debug information nicely formated for inclusion on your web page.
ezcDebugOutputFormatter
in file formatter.php, class ezcDebugOutputFormatter
    ezcDebugOutputFormatter provides the common interface for all classes writing debug output.

f

formatter.php
procedural page formatter.php

g

generateOutput : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::generateOutput()
    Returns a string containing the HTML formatted output based on $timerData and $writerData.
generateOutput : ezcDebug
in file debug.php, method ezcDebug::generateOutput()
    Returns the formatted debug output.
generateOutput : ezcDebugOutputFormatter
in file formatter.php, method ezcDebugOutputFormatter::generateOutput()
    Returns a string containing the formatted output based on $timerData and $writerData.
getEventLog : ezcDebug
in file debug.php, method ezcDebug::getEventLog()
    Returns the instance of the EventLog used in this class.
getInstance : ezcDebug
in file debug.php, method ezcDebug::getInstance()
    Returns the instance of this class.
getLog : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::getLog()
    Returns a string containing the HTML formatted output based on $writerData.
getTimingsAccumulator : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::getTimingsAccumulator()
    Returns a string containing the HTML formatted output based on $timerData.

h

html_formatter.php
procedural page html_formatter.php

l

log : ezcDebug
in file debug.php, method ezcDebug::log()
    Writes the debug message $message with verbosity $verbosity.

r

reset : ezcDebug
in file debug.php, method ezcDebug::reset()
    Resets the log messages and timer information.

s

setOutputFormatter : ezcDebug
in file debug.php, method ezcDebug::setOutputFormatter()
    Sets the formatter $reporter for the output.
setVerbosityColor : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::setVerbosityColor()
    Sets the output $color of debug messages of the verbosity $verbosity.
startTimer : ezcDebug
in file debug.php, method ezcDebug::startTimer()
    Starts the timer with the identifier $name.
stopTimer : ezcDebug
in file debug.php, method ezcDebug::stopTimer()
    Stops the timer identified by $name.
switchTimer : ezcDebug
in file debug.php, method ezcDebug::switchTimer()
    Stores the time from the running timer, and starts a new timer.
Last updated: Wed, 28 Nov 2007