Wrapper for ezcLog that logs workflow events.
Source for this file: /WorkflowEventLogTiein/src/listener.php
Version: | //autogen// |
protected ezcLog |
$log
ezcLog instance to be used. |
public ezcWorkflowEventLogListener |
__construct(
$log
)
Construct a new event log listener. |
public void |
notify(
$message
, [ $type
= ezcWorkflowEventLogListener::INFO] )
Called to inform about events. |
Construct a new event log listener.
This constructor is a tie-in.
Name | Type | Description |
---|---|---|
$log |
ezcLog |
Called to inform about events.
Name | Type | Description |
---|---|---|
$message |
string | |
$type |
int |