tmuth / Logger---A-PL-SQL-Logging-Utility

Logger is used by Oracle developers to instrument their PL/SQL code
55 stars 145 forks source link

Support for Logger Debug #63

Closed martindsouza closed 10 years ago

martindsouza commented 10 years ago

Logger itself needs some debugging in it. Since we can't use logger, need to use dbms_output.putline. These calls are wrapped in conditional compilation clause of $$LOGGER_DEBUG.

To easily configure this option (and to help other developers develop and debug logger issue) a new "undocumented" parameter will be added in LOGGER_PREFS called LOGGER_DEBUG (TRUE/FALSE). It will be FALSE by default.

martindsouza commented 10 years ago

This feature was actually released in earlier versions but never documented and wasn't managed via a preference.