Home » Authentication » LiveUser_Admin » Bug #5480
Related to debug and logging errors
Details
| Request #5480 | Related to debug and logging errors |
|---|---|
| Submitted | 2005-09-22 00:18 UTC |
| From | richard dot udo at gmail dot com |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser_Admin |
| PHP Version | 4.4.1 |
| OS | Any |
| 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?