Function debugLog
Write output to the debug log Use this for debugging when echo statements would come before headers are sent or would create havoc in the HTML. Creates (or adds to) a file named debug.log which is located in the zenphoto core folder
string |
$message |
the debug information |
boolean |
$reset = false |
set to true to reset the log to zero before writing the message |