Class Horde_Log_Handler_Firebug

Description

Located in /Log/lib/Horde/Log/Handler/Firebug.php (line 21)

Horde_Log_Handler_Base
   |
   --Horde_Log_Handler_Firebug
Variable Summary
Method Summary
 Horde_Log_Handler_Firebug __construct ()
 void flush ()
 bool write (array $event)
Variables
static array $_methods = array(
Horde_Log::EMERG => 'error',
Horde_Log::ALERT => 'error',
Horde_Log::CRIT => 'error',
Horde_Log::ERR => 'error',
Horde_Log::WARN => 'warn',
Horde_Log::NOTICE => 'info',
Horde_Log::INFO => 'info',
Horde_Log::DEBUG => 'debug',
)
(line 47)

Mapping of log priorities to Firebug methods.

  • access: protected
string $_buffer = array() (line 40)

Array of buffered output.

  • access: protected
Horde_Log_Formatter_Interface $_formatter (line 27)

Formats the log message before writing.

  • access: protected
array $_options = array('buffering' => false) (line 34)

Options to be set by setOption(). Sets the field names in the database table.

  • access: protected

Redefinition of:
Horde_Log_Handler_Base::$_options

Inherited Variables

Inherited from Horde_Log_Handler_Base

Horde_Log_Handler_Base::$_filters
Methods
Constructor __construct (line 61)

Class Constructor

  • access: public
Horde_Log_Handler_Firebug __construct ()
flush (line 89)
  • access: public
void flush ()
write (line 76)

Write a message to the firebug console. This function really just writes

the message to the buffer. If buffering is enabled, the message won't be output until the buffer is flushed. If buffering is not enabled, the buffer will be flushed immediately.

  • return: Always True
  • access: public
bool write (array $event)
  • array $event: Log event

Redefinition of:
Horde_Log_Handler_Base::write()
Buffer a message to be stored in the storage implemented by this handler.

Inherited Methods

Inherited From Horde_Log_Handler_Base

 Horde_Log_Handler_Base::addFilter()
 Horde_Log_Handler_Base::log()
 Horde_Log_Handler_Base::setOption()
 Horde_Log_Handler_Base::write()

Documentation generated on Sun, 30 Jan 2011 05:17:21 +0000 by phpDocumentor 1.4.3