Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create logger_debug procedure to handle dbms_output or htp.p #112

Open
martindsouza opened this issue May 18, 2015 · 1 comment
Open

Create logger_debug procedure to handle dbms_output or htp.p #112

martindsouza opened this issue May 18, 2015 · 1 comment
Assignees
Milestone

Comments

@martindsouza
Copy link
Member

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).

@martindsouza martindsouza self-assigned this May 18, 2015
@martindsouza martindsouza added this to the Future milestone May 18, 2015
@commi235
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants