|
From: ktukker <kt...@us...> - 2003-03-12 20:06:13
|
CVS commit by ktukker:
Update debug facility
with $gateway->setDebugDirectory("/path/to/debug/dir/")
You can set the output directory for debugging purposes
Default dir is set to ../dump/
with debug("sometext") you can debug the progression in the Gateway class.
This will be appended to the file processing.txt in the debug-output-dir.
M +28 -8 sources/flashservices/app/Gateway.php 1.4
|