[Log4plsql] (no subject)
Brought to you by:
gmoulard
From: <log...@li...> - 2003-01-21 14:10:34
|
<HTML>Hello log4plsql guys !<BR> <BR> I have a questions concerning log4plsql<BR> <BR> 1. dynamical changes of log level.<BR> My understanding is, that if I use log4plsql within a plsql package for<BR> logging and debugging purposes, I would initialize my logging context for<BR> that package and afterwards would use that logging context for all<BR> logging/debug purposes in all of my procedures/function within that<BR> package.<BR> <BR> After that, I'm not able to change the logging level of my stored PL/SQL<BR> procedure dynamically, since the package is stored in the database and<BR> will use the same log level in each call.<BR> <BR> Does anybody plan or has already implemented some kind of loglevel configuration, <BR> which is stored in a database table and can be read each time a PL/SQL procedure<BR> is called ? <BR> <BR> Regards,<BR> <BR> Torsten</HTML> |