Hi... this seems like the right place to ask:

I am currently integrating new functionality to existing code (C#, VS2010).
Log4Net already logs everything and it seems to be set up nice and neat.

I wrote my own log4netCustom.config, containing 1 AdoNetAppender writing to
my own table. I switched to using that one and it works. Now all logging
goes to my table through my config-file.

And now for the question:
Is it possible to merge the existing log4net.config and my newly created
config-file, so I can use the existing Appenders (one RollingFile and one
AdoNet) as well as my own AdoNetAppender? It needs to write my new
Exception-derived exceptions to one table and keep logging everything else
to the same table, it always has.

I've been looking into different loggers, different appenders, different
config-files, filtering etc. etc...
Nothing seems to do the trick, though...

Clever people of the world, please help me! :-)
-- 
View this message in context: 
http://old.nabble.com/Multiple-loggers-and-AdoNetAppenders-tp32340468p32340468.html
Sent from the Log4net - Dev mailing list archive at Nabble.com.

Reply via email to