Skip to content

Tofu Logging is a .NET library that provides fast and lightweight structured logging.

License

Notifications You must be signed in to change notification settings

PeterHag/Tofu.Logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tofu Logging

Tofu Logging is a .NET library that provides fast and lightweight structured logging. The rich API features 'Resource Logging' which is basically storing serialized files of any type (text, xml, images, etc) together with log messages. This feature is designed to avoid bloating of log files with chunks of report and status texts. Resource logging will keep your log files lean and clean yet at the same time it provides an convenient way to store in-depth reports.

This code is released under MIT License.

Samples can be found here: https://github.com/PeterHag/Tofu.Logging.Samples