Hi all!
I want to configure appender that will send logs to wcf service.
I've already service in the air that can get logs at address "http://localhost:8080" with method 'Get logs(string log);
'
I need help how to configure the appender in order to send logs to this service?
Thanks in advance!