Re: [PHP] error_log function

2003-06-29 Thread Jaap van Ganswijk
At 2003-06-29 03:55 +0200, Ole Brumm wrote: >I have just implemented the error_log function on my web site, as I find this >feature very useful. I have chosen to write to a file on the server. > >my question is: How can I make error_log write each error message on a NEW line >in the file I have c

[PHP] error_log function

2003-06-28 Thread Ole Brumm
I have just implemented the error_log function on my web site, as I find this feature very useful. I have chosen to write to a file on the server. my question is: How can I make error_log write each error message on a NEW line in the file I have chosen. Now, every message is written on a long li