EventLog: ezcLogMapper
[ ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcLogMapper
|
The ezcLogMapper provides a public interface to implement a mapper. [
source]
The ezcLogMapper interface has one method that must be implemented. This method returns a writer (or in some cases a string) that matches the incoming message.
Method Summary
|
public mixed|ezcLogWriter |
get(
$severity, $source, $category )
Returns the containers (results) that are mapped to this $severity, $source, and $category. |
Methods
get
mixed|
ezcLogWriter get(
int
$severity, string
$source, string
$category )
Returns the containers (results) that are mapped to this $severity, $source, and $category.
Parameters
| Name |
Type |
Description |
$severity |
int |
|
$source |
string |
|
$category |
string |
|
Last updated: Mon, 30 Mar 2009