-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Andres Gomez Casanova edited this page May 26, 2022
·
3 revisions
Log4db2 is a logging utility for DB2 for LUW that uses SQL instructions with SQL PL code.
Its purpose is to provide an easy way to write messages from a SQL routine, with the possibility to query these messages directly from the database, allowing to monitor the progression of a process. This utility aims to reduce the time used for developing, testing, debugging and monitoring SQL routines, by centralizing the messages produced from the code.
The idea and architecture of this utility are based on the popular Java logging utilities, such as Log4j and slf4j/logback.
- log4j http://logging.apache.org/log4j
- Logback/SLF4J http://logback.qos.ch/ http://www.slf4j.org/
The licenses of this project are:
- Source code: BSD 2-Clause license.
- Documentation: FreeBSD Documentation license.
These are some useful links:
- The source code is hosted at: https://github.com/angoca/log4db2
- The released versions are published at: https://github.com/angoca/log4db2/releases
- The issue tracker for comments and bugs is at: https://github.com/angoca/log4db2/issues
Author:
Andres Gomez Casanova (@AngocA)