novotnyllc / MetroLog

A lightweight logging system designed specifically for Windows Store and Windows Phone 8 apps.
MIT License
147 stars 83 forks source link

Fixed UnobservedTaskException #111

Open snrnats opened 6 years ago

snrnats commented 6 years ago

An exception in Target.WriteAsync can occur while performing IO operation. We need to handle it to prevent UnobservedTaskException. Not sure about all platforms, but for UWP it will crash the app. We have two open UWP issues related to this.

xmaux72 commented 6 years ago

Hi @onovotny,

are you still working on this project?

could you please merge this PR?

Thanks,

Maurizio