You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More for development purposes. Create an internal procedure to that will either output to htp.p or dbms_output.put_line based on detection of web session.
Then in call calls around $if $$logger_debug $then ... use this function. Still keep $if $$logger_debug $then in place (for now).
The text was updated successfully, but these errors were encountered:
That sounds like a really nice enhancement.
What we are thinking about is actually if you have some build-environment like Jenkins that you could tell Logger to not only put the log messages into the tables put also emit in parallel using dbms_output.
Makes it easier to capture any errors if they are already printed to the console.
More for development purposes. Create an internal procedure to that will either output to
htp.p
ordbms_output.put_line
based on detection of web session.Then in call calls around
$if $$logger_debug $then ...
use this function. Still keep$if $$logger_debug $then
in place (for now).The text was updated successfully, but these errors were encountered: