Creating a simple key-value logger for an object graph
Recently I got the question if Structurizer [https://github.com/danielwertheim/structurizer]could be used with anonymous types for flattening of object-graphs for logging. I've had the similar need, producing a key-value representation of some object graphs for the sake of logging and analytics.…
Daniel Wertheim