log = $log; } /** * Called to inform about events. * * @param string $message * @param int $type */ public function notify( $message, $type = ezcWorkflowEventLogListener::INFO ) { $this->log->log( $message, $type ); } } ?>