RickStrahl / Westwind.Globalization

Database driven resource localization for .NET applications
544 stars 135 forks source link

Always log errors to System.Diagnostics.Trace #198

Open mlsomers opened 4 years ago

mlsomers commented 4 years ago

The errors will show up in the output window of Visual Studio (and can optionally be redirected to the console with some configuration.) This can save allot of time when testing the lib, especially when no standard logging has been rigged up.