Re: [PHP] Logging within Extension

2005-12-20 Thread Michael B Allen
On Tue, 20 Dec 2005 20:02:58 -0500 Michael B Allen <[EMAIL PROTECTED]> wrote: > I'm writing a PHP 4 extension and I would like to write debugging > information to the Apache error log.Does anyone know how to do > that? Basically I want error_log() but for within a C extension. And the answer is p

Re: [PHP] Logging within Extension

2005-12-20 Thread Anas Mughal
Might want to look into "Log4Cxx". -- Anas Mughal On 12/20/05, Michael B Allen <[EMAIL PROTECTED]> wrote: > > I'm writing a PHP 4 extension and I would like to write debugging > information to the Apache error log.Does anyone know how to do > that? Basically I want error_log() but for within a

[PHP] Logging within Extension

2005-12-20 Thread Michael B Allen
I'm writing a PHP 4 extension and I would like to write debugging information to the Apache error log.Does anyone know how to do that? Basically I want error_log() but for within a C extension. Thanks, Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.