LOG4PLSQL is a
PLSQL framework for logging in all PL/SQL code
- Package,
- Procedure,
- Function,
- Trigger,
- PL/SQL Web
application,
- Oracle Tools
(Form, report,…).
Purpose:
- Easy
implementation and use
- Possibility to log
apart from transaction
- Possibility to adapt
the level of logging depending on user requirements
- Ability to use all
LOG4J feature.
- Provide a complet set
of tools PL/SQL developpement (bebug variable, SQLERRM, assert,
call stack, ... ).
Log
destination:
- table TLOG
- alert.log file
- trace file
- standard output
- session information
(view V$SESSION)
- advanced queue read by
Log4JBackgroundProcess. :
- Async,
- JDBC,
- JMS,
- NTEventLog,
- SMTP,
- Socket,
- SocketHub,
- Syslog,
- Telnet,
- Writer
o
Log4plsql was born
from the log4J spirit (and use it).
|