Logger: A new PL/SQL Logging & Debugging Tool
I just found out from a client that Tyler Muth, ex-APEX developer and current Oracle SC, has just released a new utility aptly called “Logger“. Logger, well, does what you think it would: logs stuff.
What strikes me as innovative about Logger is not what’s there, but what’s not there: complexity. It’s just plain easy to use. Easier than creating table t (col1 varchar2(4000)) and throwing insert statements all around your code.
You simply call it like this: logger.log(’something to log’); That’s all you need to get it to work.
Sure, there are a number of great features as you peel back the
…click on the title to read the full article…
Leave a Reply