Profile
Achievement
sadus's Recent Snippets
- All /
« Prev 1 Next »
found this somewhere online...not the author, but works like a charm
0
835
posted 13 years ago by sadus
So i wanted to spit all my error_log(); and error_reporting(E_ALL); to syslog on my MacOSX and syslog would output it on a custom file.
0
1055
posted 13 years ago by sadus
I'm originally a sys admin and i love "tail - f /var/log/*" ... so i created a similar function in PHP that will allow me to view in real time what classes/functions/files/lines of my code is being run...
The usage is really simple, just set a glo...
1
1428
posted 13 years ago by sadus