How can I set log4net appender to Wcf service? -


I want to configure the appender which will send the log to the wcf service.

I can already get the log with the method which "wind" with that method " get logs (string log); '

How to configure the appenders to send logs to me?

Thanks in advance!

I do not know in one, but you can make your own WCF appenders like this man (or used it)


Comments