Refine and Debug PHP Applications with Syslog

19

Author: JT Smith

One of the fun aspects of programming is learning about new ways to use an old tool. An old technique for exploring a running program is to place code that “displays” the current value of variables at strategic points. Find out how PHP’s syslog() can examine these values easily without interfering with the standard output of the program.

Link: ibm.com/developerworks

Category:

  • PHP