Sometimes is a web application is demanded to have logging for purposes like debugging or user-actions logs .There are many sollutions for adding logging abilities to your site , starting with the built-in php functions for writing in log files and ending with special libraries of this purpose . One of them is ZendLog library [...]