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 line, which 
is not very user friendly. I have tried to put \n on the end of the message, but 
it didn`t have any effect.

Any comments appreciated :-)

- Peter -

------------------------------------------------------------
Få din egen @start.no-adresse gratis på http://www.start.no/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to