Add-on on top of Log4Net that structures logging via enums. For an introduction, read my blog at open.bekk.no/better-logging-using-enumeration. Available via Nuget.
- No longer removing GlobalContext.Properties because it can be very useful to know the host name where the log originated
- This fixes the duplicated logging of the enum name, logging the enum integer id was the desired behaviour. (Thanks you @estien !)
- Added ability to specify log class via type parameter (...Log<T>(msg)).
- Added [LogToConsole] attribute to easily get log output when running tests.
- Fixed issue with wrong order of ':' and enum name in output.
- Added a test case to (manually...) verify correct output.
- Improved build process
- First proper version on NuGet