About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: log4net
Common.Logging – generic developer logging
Image courtesy of Ales Krivec / unsplash.com https://www.nuget.org/packages/Common.Logging/ Common.logging provides an abstraction for the logging framework of choice. For IoC the common.logging offers an interface. NoOpLogger is a fake implementation used for unit testing. I prefer to use the nuget from log4net with … Continue reading
Posted in Development, Tooling
Tagged Code, interface, log4net, logging, NuGet, unittest
Leave a comment
Using log4net
We are using log4net in our project. It works great. Here are some links and tips to get you started. In this tutorial on codeproject you can read all the details and even see a video about it. Very good … Continue reading