RE: Make all appenders asynchronous

2004-12-15 Thread Nicko Cadell
Simon, > I've written a couple of custom appenders: one logs events to > a web service and one makes a Remoting call. Both have an > attribute called Async. If set to true in the config file, > the appender will do the work in SendBuffer() or Append() > asynchronously. If set to false it will

Make all appenders asynchronous

2004-12-15 Thread Simon Wallis
I've written a couple of custom appenders: one logs events to a web service and one makes a Remoting call. Both have an attribute called Async. If set to true in the config file, the appender will do the work in SendBuffer() or Append() asynchronously. If set to false it will do it in the normal