From: Robert J. <yad...@sn...> - 2006-09-26 17:54:43
|
At 02:18 PM 9/22/2006, you wrote: >I'd recommend writing another appender which wraps around >Appender::DBI and checks for availability. Ok, having looked at some other options, this sounds like the way to go. But I have a noob question: How do I write that wrapper? I can handle writing the database availability code (I think! :) ) But I don't even know where to start for writing a wrapper to Appender::DBI. If it helps, I've written my own, albeit simple, Appender, that just implemented the new() and log() methods. -- Rob |