Skip to content

Improve/modify debug logging #480

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

Closed
jgebal opened this issue Aug 31, 2017 · 3 comments
Closed

Improve/modify debug logging #480

jgebal opened this issue Aug 31, 2017 · 3 comments
Milestone

Comments

@jgebal
Copy link
Member

jgebal commented Aug 31, 2017

Currently to debug-log the framewor we need to compile it for debug, also the debug-logging is incomlete.

We could add logging levels of 1-5 where 1 is info 5 is with variables.

We could maybe use some of existing logging frameworks to save logs.

Any thoughts?

@jgebal jgebal changed the title Improve/modufy debug logging Improve/modify debug logging Aug 31, 2017
@mathewbutler
Copy link

OraOpenSource/logger on GitHub maybe?

I've heard good things but never used. I believe it's a robust implementation similar to Connor MacDonalds debug package from his PLSQL book.

@Shoelace
Copy link
Member

Shoelace commented Sep 5, 2017

can I suggest the log4 style Shoelace/log4oracle
it is quite "heavy" to but has drop-in singleobject/lite implementation that can be customised as need by

FYI. its one i have written. and I'm still trying to finish the update to log4 v2 but I just haven't had much time lately (for that or utplsql :( )

@jgebal
Copy link
Member Author

jgebal commented Feb 5, 2018

I think we first should address #523
In general I don't use the current debug logging at all - it's of no value to me currently so maybe we should think of logging user-level warnings only?

@jgebal jgebal added this to the v3.1.4 milestone Mar 15, 2019
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

3 participants