I have made couple of Windows 8 application but I haven't implemented logging mechanism.
I have tried to search for implementing error logging or any other logging in Windows 8 Application but each shows only way to log on local device.
How can I create a logging mechanism which logs any error or issue in Windows 8 Application on user end and send me the report through Email or save on some remote server.
Few logging mechanism that I found are:
- http://blogs.msdn.com/b/agile/archive/2013/02/07/embracing-semantic-logging.aspx
- http://blogs.msdn.com/b/eternalcoding/archive/2012/08/07/tips-and-tricks-for-c-windows-8-developer-try-to-catch-the-famous-it-works-for-me-bug.aspx
But these logging mechanism doesn't send me a report through Email or on some server.
How can I achieve that. If possible provide some code.