RE: [log4plsql] Small addition to the application to allow for runtime change of loglevel.
Brought to you by:
gmoulard
From: <log...@li...> - 2005-01-31 18:07:22
|
Hi, =20 For you requiment, in this version, is necessary to use one custom = context.=20 You can update the logging level at runtime dynamically =20 pCTX PLOG.LOG_CTX :=3D PLOG.init (pLEVEL =3D> PLOG.LDEBUG); =20 Regard, =20 Guillaume. _____ =20 De : log...@li... [mailto:log...@li...]=20 Envoy=E9 : lundi 31 janvier 2005 13:01 =C0 : log...@li... Objet : [log4plsql] Small addition to the application to allow for = runtime change of loglevel. HI all, =20 I have recently used the <http://log4plsql.sourceforge.net/> LOG4PLSQL software for logging in a small application. I missed the possibility to change the logging level at runtime. In the production environment code changes are only allowed during specified deploy time windows, so = changing the DEFAULT_LEVEL parameter in the PLOGPARAM package specification was = not an option to change the logging level. =20 See http://technology.amis.nl/blog/wp-trackback.php/352 for the source = code of the changes. =20 Rgds Dick Dijkshoorn.=20 |