|
I wrote a custom log4net appender that sends over WCF to a web-based WCF service - going to extend to allow REST'ful verbs also. We currently use log4net with file and console appenders. Anyway, at end of testing and now am told that they(dev mgmt) don't want devs to have to add reference to their Visual Studio projects to use my appender - just change the app.config file. I have a test app that, of course, has a reference to log4net as well as my WCF-based appender. The app writes to all three appenders. When I take out the reference in VS to my appender but still in app.config as the log4net docs state, my appender is not called. Does anyone know if log4net should/can call/use my appender by just a config file entry?
|