Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Writes log messages to the Firebug Console via FirePHP.
string $_defaultPriorityStyle = 'Zend_Wildfire_Plugin_FirePhp'The default logging style for un-mapped priorities
Detailsboolean $_enabled = 'true'Flag indicating whether the log writer is enabled
Detailsarray $_priorityStyles = 'array'Maps logging priorities to logging display styles
Details__construct(
)
:
Class constructor
Details_write(
array $event
)
:
voidLog a message to the Firebug Console.
Detailsfactory(
array|Zend_Config $config
)
:
Zend_Log_Writer_FirebugCreate a new instance of Zend_Log_Writer_Firebug
DetailsgetDefaultPriorityStyle(
)
:
stringGet the default display style for user-defined priorities
DetailsgetEnabled(
)
:
booleanDetermine if the log writer is enabled.
DetailsgetPriorityStyle(
int $priority
)
:
string|booleanGet a display style for a logging priority
DetailssetDefaultPriorityStyle(
string $style
)
:
stringSet the default display style for user-defined priorities
DetailssetEnabled(
boolean $enabled
)
:
booleanEnable or disable the log writer.
DetailssetPriorityStyle(
int $priority, string $style
)
:
string|booleanSet a display style for a logging priority
Details