The Log_win class is a concrete implementation of the Log abstract class that logs messages to a separate browser window.
The concept for this log handler is based on part by Craig Davis' article entitled "JavaScript Power PHP Debugging:
http://www.zend.com/zend/tut/tutorial-DebugLib.php
Located in /maintenance/libraries/pear/Log/win.php (line 24)
Log | --Log_win
String buffer that holds line that are pending output.
Mapping of log priorities to colors.
The name of the output window.
The title of the output window.
Inherited from Log
Log::$_id
Log::$_ident
Log::$_listeners
Log::$_mask
Log::$_opened
Log::$_priority
Constructs a new Log_win object.
Closes the output stream if it is open. If there are still pending lines in the output buffer, the output window will be opened so that the buffer can be drained.
Logs $message to the output window. The message is also passed along to any Log_observer instances that are observing this Log.
The first time open() is called, it will open a new browser window and prepare it for output.
This is implicitly called by log(), if necessary.
Destructor
Writes a single line of text to the output window.
Inherited From Log
Log::alert()
Log::attach()
Log::close()
Log::crit()
Log::debug()
Log::detach()
Log::emerg()
Log::err()
Log::factory()
Log::flush()
Log::getIdent()
Log::getMask()
Log::getPriority()
Log::info()
Log::isComposite()
Log::log()
Log::MASK()
Log::notice()
Log::open()
Log::priorityToString()
Log::setIdent()
Log::setMask()
Log::setPriority()
Log::singleton()
Log::UPTO()
Log::warning()
Log::_announce()
Log::_extractMessage()
Log::_isMasked()
Documentation generated on Fri, 3 Dec 2004 12:28:13 +0000 by phpDocumentor 1.3.0RC3