Posted By:
Stephen_McConnell
Posted On:
Friday, May 9, 2008 09:38 AM
Have you ever heard of someone doing this? I know you can persist log4j messages to a database, but I never thought you could call a "stored" procedure from log4j....
If you need something to happen when a log4j message is persisted to a database, you might think of a trigger. That way when a message is persisted, the trigger is fired and it does whatever you might need to happen. However, be advised, performance will suffer.
Stephen McConnell