Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Improve/modify debug logging #480
Comments
|
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. |
|
can I suggest the log4 style Shoelace/log4oracle 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 :( ) |
|
I think we first should address #523 |
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?