Date: 04/09/06 (Java Web) Keywords: php Often we (php developers) need to log certain messages in order to debug our script. Here I will describe the default syslog method and a much simpler (and better) way to log your messages quickly and painlessly. PHP manual suggests using syslog for logging. Problems with syslog The problem with syslog is that its implementation is system [...] Source: http://blog.taragana.com/index.php/archive/simple-logging-in-php-file-based-one-liner/
|