PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser_Admin » Bug #5480

Related to debug and logging errors

Details

Request #5480Related to debug and logging errors
Submitted2005-09-22 00:18 UTC
Fromrichard dot udo at gmail dot com
Assignedlsmith
StatusClosed
PackageLiveUser_Admin
PHP Version4.4.1
OSAny
Roadmaps(Not assigned)

Comments

[2005-09-22 00:18 UTC] richard dot udo at gmail dot com

Description:
------------
Hey guys... looking at the 2 functions here....
http://cvs.php.net/co.php/pear/LiveUser_Admin/Admin.php?r=1.46#176 and
here... http://cvs.php.net/co.php/pear/LiveUser_Admin/Admin.php?r=1.46#176
you can see that when your debugging you automatically get the window
popping up with the default logger thats been used << $winlog =
&Log::factory('win', 'LiveUser_Admin'); >> i think that you should be
able to pass the default logger in the config array that would
overwrite this one so that you could controll the way your debug
messages are outputted.... what do you guys think?