|
Plop
A simple logging library for PHP
|
Interface for a collection of handlers. More...
Inheritance diagram for Plop\HandlersCollectionAbstract:Public Member Functions | |
| handle (\Plop\RecordInterface $record) | |
Public Member Functions inherited from Plop\Collection | |
| count () | |
| getIterator () | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
Public Attributes | |
| const | TYPE_HINT = '\\Plop\\HandlerInterface' |
Public Attributes inherited from Plop\Collection | |
| const | TYPE_HINT = null |
Additional Inherited Members | |
Protected Attributes inherited from Plop\Collection | |
| $items = array() | |
| List of items in the collection. | |
Interface for a collection of handlers.
Definition at line 27 of file HandlersCollectionAbstract.php.
|
abstract |
Handle a single log record.
| Plop::RecordInterface | $record | The record to handle. |
| Plop::HandlersCollectionAbstract | The current collection (ie. $this). |