Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 605 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 605 Bytes

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