Menu

LOG4PLSQL : V2 is beta

LOG4PLSQL : V2 is beta

new features :
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:
- Facility 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 esae to use :
| declare
| myLogCtx PLOG.LOG_CTX := PLOG.init;
| begin
| PLOG.error (myLogCtx, 'mess error');
| End;

LOG4PLSQL Log destination
Oracle Table, Async,JDBC, JMS, NTEventLog, SMTP, Socket, SocketHub, Syslog, Telnet, Writer

Posted by guillaume moulard 2002-04-24

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.