Path

ez components / documentation / api reference / 2008.2.3 / workfloweventlogtiein


eZ Components 2008.2.3

WorkflowEventLogTiein: ezcWorkflowEventLogListener

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

Class: ezcWorkflowEventLogListener

Wrapper for ezcLog that logs workflow events. [source]

Implemented Interfaces

Member Variables

protected ezcLog $log
ezcLog instance to be used.

Method Summary

public ezcWorkflowEventLogListener __construct( $log )
Construct a new event log listener.
public void notify( $message, [$type = ezcWorkflowEventLogListener::INFO] )
Called to inform about events.

Methods

__construct

ezcWorkflowEventLogListener __construct( $log )
Construct a new event log listener.
This constructor is a tie-in.

Parameters

Name Type Description
$log ezcLog  

notify

void notify( string $message, [int $type = ezcWorkflowEventLogListener::INFO] )
Called to inform about events.

Parameters

Name Type Description
$message string  
$type int  

Last updated: Mon, 11 May 2009