Overview

Packages

  • Notification

Classes

  • Horde_Notification
  • Horde_Notification_Event
  • Horde_Notification_Event_Status
  • Horde_Notification_Exception
  • Horde_Notification_Handler
  • Horde_Notification_Handler_Decorator_Alarm
  • Horde_Notification_Handler_Decorator_Base
  • Horde_Notification_Handler_Decorator_Log
  • Horde_Notification_Listener
  • Horde_Notification_Listener_Audio
  • Horde_Notification_Listener_Status
  • Horde_Notification_Storage_Object
  • Horde_Notification_Storage_Session

Interfaces

  • Horde_Notification_Storage_Interface
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Notification_Handler_Decorator_Log

The Log Decorator logs error events when they are pushed on the stack.

Copyright 2001-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Horde_Notification_Handler_Decorator_Base
Extended by Horde_Notification_Handler_Decorator_Log
Package: Notification
Category: Horde
License: LGPL 2.1
Author: Jan Schneider jan@horde.org
Located at Horde/Notification/Handler/Decorator/Log.php
Methods summary
public
# __construct( object $logger )

Constructor.

Constructor.

Parameters

$logger
<p>The log handler. The provided instance is required to implement the debug() function. You should be able to use a common Logger here (PEAR Log, Horde_Log_Logger, or Zend_Log).</p>
public
# push( Horde_Notification_Event $event, array $options )

Event is being added to the Horde message stack.

Event is being added to the Horde message stack.

Parameters

$event
Event object.
$options
<p>Additional options (see Horde_Notification_Handler for details).</p>

Overrides

Horde_Notification_Handler_Decorator_Base::push()
Methods inherited from Horde_Notification_Handler_Decorator_Base
notify()
API documentation generated by ApiGen