[Log4plsql] Project : LOG4PLSQL has released the V2 version of package
Brought to you by:
gmoulard
From: <log...@li...> - 2002-07-30 16:04:43
|
Project : LOG4PLSQL has released the V2 version of package LOG4PLSQL is a plsql generic tools for log, trace and debug some message and variable in all plsql code - Oracle Package, Procedure, Function, Trigger - PL/SQL Web application http://log4plsql.sourceforge.net LOG4PLSQL Objectives: - easy of implemented and use - Possibility of log out-off transaction - Possibility of modifying the level of log dynamically - Use full LOG4J API integration. LOG4PLSQL is free and easy to use : | declare | begin | PLOG.error ('Yours loggin mess '); | End; LOG4PLSQL Log destination Oracle Table, Async,JDBC, JMS, NTEventLog, SMTP, Socket, SocketHub, Syslog, Telnet, Writer -- Guillaume |