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

Return logger_id #14

Closed martindsouza closed 11 years ago

martindsouza commented 11 years ago

For APEX Error handler it would be nice to return the logger_id when logging an error so that we can reference the ID in the error message and search quickly on it.

martindsouza commented 11 years ago

For now, marked as closed since logger.ok_to_log and logger.ins_logger_logs feature should take care of any custom inserts.

martindsouza commented 9 years ago

This issue was moved to OraOpenSource/Logger#14