Hi all , Thanks for your Efforts on the Log4PlSql Project.
>>Get the Version ::>> SQL> select plog.getLOG4PLSQVersion as Version from dual ; VERSION SQL> set serveroutput on size 1000000
I ! think the Problem lies in all the : is*****Enabled Functions : Proposed Solution : I tried the following for isDebugEnabled Procedure : The old Function with ERROR is >>> FUNCTION isDebugEnabled RETURN BOOLEAN IS BEGIN RETURN islevelEnabled(getLevelInText('DEBUG')) ; END; The new Modified Function which is Working is >>> FUNCTION isDebugEnabled RETURN BOOLEAN IS BEGIN RETURN islevelEnabled( getTextInLevel('DEBUG') ); END;
SQL> BEGIN PL/SQL-Prozedur wurde erfolgreich abgeschlossen.
Sincerely Yours, Pascal Mwakuye ______________________________________________________________________________Erdbeben im Iran: Zehntausende Kinder brauchen Hilfe. UNICEF hilft den Kindern - helfen Sie mit! https://www.unicef.de/spe/spe_03.php ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Log4plsql-all-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/log4plsql-all-info log4plsq : http://log4plsql.sourceforge.net |
