I have implemented a C# code for event logging using ETW mechanism. Its works fine and I am able to log all the events in the event viewer. But my requirement is to redirect all the logs generated by my application to another remote computer within local network.
Can anybody help me to know the C# code sample using ETW logging technology to register all the logs in remote machine.
Thanks Lav