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