-
Notifications
You must be signed in to change notification settings - Fork 831
Closed
Description
I want to be able to pass in an object like HttpRequestMessage into log messages only store the information that is relevant - I also don't want to have extract the wanted information every time I write to the log as there would be a lot of duplicated code.
Also worth noting is that HttpRequestMessage as a property causes a StackOverflowException.
I'm thinking something like this (with a little more polish):
https://gist.github.com/sandcastle/5283376
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels