Click here to Skip to main content
15,888,968 members
Articles / Programming Languages / C#

JLogger6 - When You Care to Write the Very Best

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
21 Aug 2022CPOL11 min read 8.5K   11  
Description of a simple, versatile, and scalable logger
Simplified granularized logging for any application using .NET 6 (on premise or cloud), with optional ability to send email. Log files are tab-delimited so they can be opened directly in Excel. Optionally, the log can be written to a database table. In addition, log files can be stored in Azure File Storage. The logger object has an ILogger interface for use where that is needed.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions