Easy to integrate and easy to use component that dumps the value of an arbitrary .NET object in an easy to read text form.
Helpful for debugging and logging purposes.
Features:
* The dump output is separated from the targeted dump media by the familiar TextWriter interface
* The programmer can...
More information
Provides an object renderer to integrate with log4net to dump exceptions (or any/all object types) using the ObjectPrinter.
Also provides a log4net type inspector to prevent prevent dumping log4net objects that should be converted to strings.
A library to help those poor souls still stuck in the dark ages of Visual Basic 6. DMC12-Serializer loads VB6 UDTs (Universal Data Types, i.e. structs) into .NET objects, and produces VB6-compatible dumps.
Provides an object renderer to integrate with log4net to dump exceptions (or any/all object types) using the ObjectPrinter.
Also provides a log4net type inspector to prevent prevent dumping log4net objects that should be converted to strings.
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient.
Benchmarks at: http://servicestack.net/benchmarks/
Includes the String and Stream functionality for all the ServiceStack projects including:
- T.Dump() generic extension method for easy dbugging and...
More information
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient.
Contains ServiceStack's high-performance text-processing powers, for more info see:
https://github.com/ServiceStack/ServiceStack.Text
This implementation for the Logfile framework allows logging to files or consoles in a structured fashion. Different information retain their types throughout the whole logging process even inside the logfile. Thus it can later be parsed easily for automated analysis or displaying purposes. The...
More information