4
Shouts

A simple fast configuration-less rolling file appender - .NET Development - Gal Ratner

published 457 days, 6 hours, 8 minutes ago posted by galratnergalratner 458 days, 23 hours, 43 minutes ago
Monday, February 14, 2011 8:31:05 PM GMT Sunday, February 13, 2011 2:56:28 AM GMT

If you ever needed a simple logger and did not want to deal with the complexity of configurating Log4net or the enterprise library you might find this class useful. This is a single class, single file rolling file appender.

Usage: To use this logger all you need to do is either add the class to your code or use the DLL as a reference. If you chose to use the dll you need to import it in your code as follows: using InvertedSoftware.PLogger.Provider;

Then to write a log line you simply need to cal...

category: Architecture | clicked: 3 | | source: galratner.com | show counter code
tags: Enterprise Library, Log4net, C# .NET

No comments yet, be the first one to post comment.

To post your comment please login or signup