PHP error_log on Console

Fusengammu

Registered
Does anyone know how to make the error_log () function print out to Console.app?

I want to call error_log(message, 0)
I know there is a variable in php.ini called

error_log = syslog.

I've tried

error_log = "/dev/console"

in php.ini, and no cigar. :confused:
 
Back
Top