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
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