thoemmi / TinyLittleMvvm

A small MVVM library for WPF built on top of MahApps.Metro, supporting .NET Framework >= 4.7.2 and .NET Core >= 3
MIT License
131 stars 22 forks source link

Use LibLog for logging #3

Closed thoemmi closed 7 years ago

thoemmi commented 8 years ago

Currently TinyLittleMvvm depends on NLog. This dependency should be removed, because it forces users of TinyLittleMvvm to use NLog. Instead, LibLog should be used as it abstracts any common logging framework.

thoemmi commented 7 years ago

Fixed in 347e830a65018e18a4dd2208cfdfd70331a9fa94 and released with v0.4.