Author: sb
Date: Tue Nov 27 17:58:31 2007
New Revision: 6844

Log:
- Use a more usefull logfile path.

Modified:
    trunk/WorkflowEventLogTiein/docs/example.php

Modified: trunk/WorkflowEventLogTiein/docs/example.php
==============================================================================
--- trunk/WorkflowEventLogTiein/docs/example.php [iso-8859-1] (original)
+++ trunk/WorkflowEventLogTiein/docs/example.php [iso-8859-1] Tue Nov 27 
17:58:31 2007
@@ -1,8 +1,6 @@
 <?php
 // Set up the logfile writer.
-$writer = new ezcLogUnixFileWriter(
-  dirname( __FILE__ ) . '/data', 'actual.log' 
-);
+$writer = new ezcLogUnixFileWriter( '/tmp/workflow.log' );
 
 $log = ezcLog::getInstance();
 $mapper = $log->getMapper();


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to