Posts Tagged ‘log4ora’

Getting Started with Grails & IntelliJ Part 4

13th October 2009 by jt 1 Comment

Short how to on dynamic scaffolding in Grails.

Getting Started with Grails and IntelliJ – Part 2

12th October 2009 by jt No Comments

Setting up a basic model using GORM and Grails.

Getting Started with Grails and IntelliJ – Part 1

12th October 2009 by jt No Comments

Setting up a Grails project in IntelliJ.

PL/SQL String Tokenizer

3rd May 2009 by jt 1 Comment

One of my goals for Log4Ora is to make it easy to use.   Has the ability for you to set the module name for logging.  This is handy in the logging so you can see where in the code the log message came from.  Downside of the Log4PLSQL implementation is you have to set the [...]

Launching Log4Ora

29th April 2009 by jt 1 Comment

Today, I’ve started my own little open source project called Log4Ora.
I’ve found logging in PL/SQL is a weak area.   I have not found a solution for PL/SQL with the versitily of a mature logging product such as log4j.
What I see most often, are home grown solutions, where the author creates a simple API to write [...]