Path

ez components / documentation / api reference / 2008.2.2 / eventlog


eZ Components 2008.2.2

EventLog: ezcLogMapper

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

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.
An implementation of ezcLogMapper is the ezcLogFilterSet.

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