phing-listener
[ class tree: phing-listener ] [ index: phing-listener ] [ all elements ]

Element index for package phing-listener

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ l ] [ m ] [ n ] [ o ] [ p ] [ s ] [ t ] [ x ] [ _ ]

_

__construct
in file XmlLogger.php, method XmlLogger::__construct()
    Constructs a new BuildListener that logs build events to an XML file.
__construct
in file DefaultLogger.php, method DefaultLogger::__construct()
    Construct a new default logger.
__construct
in file AnsiColorLogger.php, method AnsiColorLogger::__construct()
    Construct new AnsiColorLogger Perform initializations that cannot be done in var declarations.
top

a

AnsiColorLogger
in file AnsiColorLogger.php, class AnsiColorLogger
    Uses ANSI Color Code Sequences to colorize messages sent to the console.
ATTR_BLINK
in file AnsiColorLogger.php, class constant AnsiColorLogger::ATTR_BLINK
ATTR_BRIGHT
in file AnsiColorLogger.php, class constant AnsiColorLogger::ATTR_BRIGHT
ATTR_DIM
in file AnsiColorLogger.php, class constant AnsiColorLogger::ATTR_DIM
ATTR_HIDDEN
in file AnsiColorLogger.php, class constant AnsiColorLogger::ATTR_HIDDEN
ATTR_NORMAL
in file AnsiColorLogger.php, class constant AnsiColorLogger::ATTR_NORMAL
ATTR_REVERSE
in file AnsiColorLogger.php, class constant AnsiColorLogger::ATTR_REVERSE
ATTR_UNDERLINE
in file AnsiColorLogger.php, class constant AnsiColorLogger::ATTR_UNDERLINE
AnsiColorLogger.php
procedural page AnsiColorLogger.php
top

b

BG_BLACK
in file AnsiColorLogger.php, class constant AnsiColorLogger::BG_BLACK
BG_BLUE
in file AnsiColorLogger.php, class constant AnsiColorLogger::BG_BLUE
BG_CYAN
in file AnsiColorLogger.php, class constant AnsiColorLogger::BG_CYAN
BG_GREEN
in file AnsiColorLogger.php, class constant AnsiColorLogger::BG_GREEN
BG_MAGENTA
in file AnsiColorLogger.php, class constant AnsiColorLogger::BG_MAGENTA
BG_RED
in file AnsiColorLogger.php, class constant AnsiColorLogger::BG_RED
BG_WHITE
in file AnsiColorLogger.php, class constant AnsiColorLogger::BG_WHITE
BG_YELLOW
in file AnsiColorLogger.php, class constant AnsiColorLogger::BG_YELLOW
buildFinished
in file PearLogListener.php, method PearLogListener::buildFinished()
    Logs whether the build succeeded or failed, and any errors that occured during the build. Also outputs the total build-time.
buildFinished
in file XmlLogger.php, method XmlLogger::buildFinished()
    Fired when the build finishes, this adds the time taken and any error stacktrace to the build element and writes the document to disk.
buildFinished
in file DefaultLogger.php, method DefaultLogger::buildFinished()
    Prints whether the build succeeded or failed, and any errors that occured during the build. Also outputs the total build-time.
buildStarted
in file XmlLogger.php, method XmlLogger::buildStarted()
    Fired when the build starts, this builds the top-level element for the document and remembers the time of the start of the build.
buildStarted
in file PearLogListener.php, method PearLogListener::buildStarted()
    Sets the start-time when the build started. Used for calculating the build-time.
buildStarted
in file DefaultLogger.php, method DefaultLogger::buildStarted()
    Sets the start-time when the build started. Used for calculating the build-time.
BUILD_TAG
in file XmlLogger.php, class constant XmlLogger::BUILD_TAG
    XML element name for a build.
top

c

configureLogging
in file PearLogListener.php, method PearLogListener::configureLogging()
    Configure the logger.
top

d

DefaultLogger
in file DefaultLogger.php, class DefaultLogger
    Writes a build event to the console.
DefaultLogger.php
procedural page DefaultLogger.php
top

e

$err
in file DefaultLogger.php, variable DefaultLogger::$err
END_COLOR
in file AnsiColorLogger.php, class constant AnsiColorLogger::END_COLOR
ERROR_ATTR
in file XmlLogger.php, class constant XmlLogger::ERROR_ATTR
    XML attribute name for an error description.
top

f

FG_BLACK
in file AnsiColorLogger.php, class constant AnsiColorLogger::FG_BLACK
FG_BLUE
in file AnsiColorLogger.php, class constant AnsiColorLogger::FG_BLUE
FG_CYAN
in file AnsiColorLogger.php, class constant AnsiColorLogger::FG_CYAN
FG_GREEN
in file AnsiColorLogger.php, class constant AnsiColorLogger::FG_GREEN
FG_MAGENTA
in file AnsiColorLogger.php, class constant AnsiColorLogger::FG_MAGENTA
FG_RED
in file AnsiColorLogger.php, class constant AnsiColorLogger::FG_RED
FG_WHITE
in file AnsiColorLogger.php, class constant AnsiColorLogger::FG_WHITE
FG_YELLOW
in file AnsiColorLogger.php, class constant AnsiColorLogger::FG_YELLOW
formatTime
in file DefaultLogger.php, method DefaultLogger::formatTime()
    Formats a time micro integer to human readable format.
top

g

getBuildFailedMessage
in file DefaultLogger.php, method DefaultLogger::getBuildFailedMessage()
    Get the message to return when a build failed.
getBuildSuccessfulMessage
in file DefaultLogger.php, method DefaultLogger::getBuildSuccessfulMessage()
    Get the message to return when a build succeeded.
top

l

$levelMap
in file PearLogListener.php, variable PearLogListener::$levelMap
    Maps Phing Project::MSG_* constants to PEAR_LOG_* constants.
$logConfigured
in file PearLogListener.php, variable PearLogListener::$logConfigured
    Whether logging has been configured.
$logger
in file PearLogListener.php, variable PearLogListener::$logger
LEFT_COLUMN_SIZE
in file DefaultLogger.php, class constant DefaultLogger::LEFT_COLUMN_SIZE
    Size of the left column in output. The default char width is 12.
LEFT_COLUMN_SIZE
in file PearLogListener.php, class constant PearLogListener::LEFT_COLUMN_SIZE
    Size of the left column in output. The default char width is 12.
LOCATION_ATTR
in file XmlLogger.php, class constant XmlLogger::LOCATION_ATTR
    XML attribute name for a file location.
logger
in file PearLogListener.php, method PearLogListener::logger()
    Get the configured PEAR logger to use.
top

m

$msgOutputLevel
in file DefaultLogger.php, variable DefaultLogger::$msgOutputLevel
    The message output level that should be used. The default is
  1. Project::MSG_VERBOSE
.
messageLogged
in file XmlLogger.php, method XmlLogger::messageLogged()
    Fired when a message is logged, this adds a message element to the most appropriate parent element (task, target or build) and records the priority and text of the message.
messageLogged
in file PearLogListener.php, method PearLogListener::messageLogged()
    Logs a message to the configured PEAR logger.
messageLogged
in file NoBannerLogger.php, method NoBannerLogger::messageLogged()
messageLogged
in file DefaultLogger.php, method DefaultLogger::messageLogged()
    Print a message to the stdout.
MESSAGE_TAG
in file XmlLogger.php, class constant XmlLogger::MESSAGE_TAG
    XML element name for a message.
top

n

NoBannerLogger.php
procedural page NoBannerLogger.php
NAME_ATTR
in file XmlLogger.php, class constant XmlLogger::NAME_ATTR
    XML attribute name for a name.
NoBannerLogger
in file NoBannerLogger.php, class NoBannerLogger
    Extends DefaultLogger to strip out empty targets.
top

o

$out
in file DefaultLogger.php, variable DefaultLogger::$out
top

p

PearLogListener.php
procedural page PearLogListener.php
PearLogListener
in file PearLogListener.php, class PearLogListener
    Writes build messages to PEAR Log.
PREFIX
in file AnsiColorLogger.php, class constant AnsiColorLogger::PREFIX
printMessage
in file DefaultLogger.php, method DefaultLogger::printMessage()
    Prints a message to console.
printMessage
in file AnsiColorLogger.php, method AnsiColorLogger::printMessage()
PRIORITY_ATTR
in file XmlLogger.php, class constant XmlLogger::PRIORITY_ATTR
    XML attribute name for a message priority.
top

s

$startTime
in file PearLogListener.php, variable PearLogListener::$startTime
    Time that the build started
$startTime
in file DefaultLogger.php, variable DefaultLogger::$startTime
    Time that the build started
SEPARATOR
in file AnsiColorLogger.php, class constant AnsiColorLogger::SEPARATOR
setErrorStream
in file XmlLogger.php, method XmlLogger::setErrorStream()
    Sets the error stream.
setErrorStream
in file DefaultLogger.php, method DefaultLogger::setErrorStream()
    Sets the error stream.
setMessageOutputLevel
in file DefaultLogger.php, method DefaultLogger::setMessageOutputLevel()
    Set the msgOutputLevel this logger is to respond to.
setMessageOutputLevel
in file XmlLogger.php, method XmlLogger::setMessageOutputLevel()
    Set the msgOutputLevel this logger is to respond to.
setOutputStream
in file XmlLogger.php, method XmlLogger::setOutputStream()
    Sets the output stream.
setOutputStream
in file DefaultLogger.php, method DefaultLogger::setOutputStream()
    Sets the output stream.
STACKTRACE_TAG
in file XmlLogger.php, class constant XmlLogger::STACKTRACE_TAG
    XML element name for a stack trace.
SUFFIX
in file AnsiColorLogger.php, class constant AnsiColorLogger::SUFFIX
top

t

targetFinished
in file PearLogListener.php, method PearLogListener::targetFinished()
    Fired when a target has finished. We don't need specific action on this event. So the methods are empty.
targetFinished
in file DefaultLogger.php, method DefaultLogger::targetFinished()
    Fired when a target has finished. We don't need specific action on this event. So the methods are empty.
targetFinished
in file XmlLogger.php, method XmlLogger::targetFinished()
    Fired when a target finishes building, this adds the time taken to the appropriate target element in the log.
targetFinished
in file NoBannerLogger.php, method NoBannerLogger::targetFinished()
targetStarted
in file PearLogListener.php, method PearLogListener::targetStarted()
    Logs the current target name
targetStarted
in file XmlLogger.php, method XmlLogger::targetStarted()
    Fired when a target starts building, remembers the current time and the name of the target.
targetStarted
in file NoBannerLogger.php, method NoBannerLogger::targetStarted()
targetStarted
in file DefaultLogger.php, method DefaultLogger::targetStarted()
    Prints the current target name
TARGET_TAG
in file XmlLogger.php, class constant XmlLogger::TARGET_TAG
    XML element name for a target.
taskFinished
in file XmlLogger.php, method XmlLogger::taskFinished()
    Fired when a task finishes building, this adds the time taken to the appropriate task element in the log.
taskFinished
in file PearLogListener.php, method PearLogListener::taskFinished()
    Fired when a task has finished. We don't need specific action on this event. So the methods are empty.
taskFinished
in file DefaultLogger.php, method DefaultLogger::taskFinished()
    Fired when a task has finished. We don't need specific action on this event. So the methods are empty.
taskStarted
in file DefaultLogger.php, method DefaultLogger::taskStarted()
    Fired when a task is started. We don't need specific action on this event. So the methods are empty.
taskStarted
in file XmlLogger.php, method XmlLogger::taskStarted()
    Fired when a task starts building, remembers the current time and the name of the task.
taskStarted
in file PearLogListener.php, method PearLogListener::taskStarted()
    Fired when a task is started. We don't need specific action on this event. So the methods are empty.
TASK_TAG
in file XmlLogger.php, class constant XmlLogger::TASK_TAG
    XML element name for a task.
TIME_ATTR
in file XmlLogger.php, class constant XmlLogger::TIME_ATTR
    XML attribute name for a time.
top

x

XmlLogger.php
procedural page XmlLogger.php
XmlLogger
in file XmlLogger.php, class XmlLogger
    Generates a file in the current directory with an XML description of what happened during a build.
top

Documentation generated on Mon, 19 Oct 2009 10:50:10 +0200 by phpDocumentor 1.4.3