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
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
top
d
- DefaultLogger
- in file DefaultLogger.php, class DefaultLogger
Writes a build event to the console.
- DefaultLogger.php
- procedural page DefaultLogger.php
top
top
top
top
top
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
top
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
|
|