Hi 

I may be chasing a red herring here...

I've written a custom ADO appender based on the appender skeleton - the
code's pretty much similar to the example appender, except I parse the
message from the event (it's xml) and use the values there-in for the
parameters. I've a stored proc defined in the config that takes 10 params -
3 are mandatory. Everything works fine, as in I get my events logged to the
db when I send in both a full list or just the bare min. However, I'm
experiencing problems in that if I log with the full parameter set, then
after with a mininal set, it seems as though the parameters are caching
somehow - the mininal set still logs with the full set of parameters set in
the previous call (sorry, it's hard to explain!) 

When I close the app and restart, it's all reset to normal. Is there any
sort of caching going on in log4net? 

regards 

Ian 

Reply via email to