Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

LOG4PLSQL has released the V2b

264382Apr 25 2002
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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 23 2002
Added on Apr 25 2002
0 comments
312 views