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

More fine grained control for log_apex_items() #53

Closed shakerlxxv closed 9 years ago

shakerlxxv commented 11 years ago

For larger APEX apps, the current behavior of log_apex_items to log all the application items as well as all page items results in a large number of records being written to logger_logs_apex_items.

Here are a few options which could be considered to enable more fine grained control over the results of log_apex_items call.

martindsouza commented 9 years ago

This issue was moved to OraOpenSource/Logger#54