On Oct 22, 2010, at 7:31 PM, Daniel P. Brown wrote:
On Fri, Oct 22, 2010 at 20:24, Tamara Temple
<tamouse.lists@xxxxxxxxx> wrote:
I'm trying to log some data for debugging and don't have use of the
standard
output to do so. I'd like to write the info to the php error log.
Can this
be done from within PHP? I've searched the web site for logging
functions,
but cannot find any.
Sure. You can use trigger_error() and error_log() for that.
Ah, yes, error_log() is precisely what I'm looking for. Seaching for
"log" gave me the log function, searching for "logging" gave me a
bunch of references I couldn't follow (for some reason the feeds want
to open in my Mail.app client and create RSS feeds -- less than useful).
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php