trenoncourt / serilog-enrichers-aspnetcore-httpcontext

Enriches Serilog events with Aspnetcore HttpContext.
MIT License
38 stars 17 forks source link

Additional http request properties added #3

Closed lukasz-szydlowski closed 6 years ago

lukasz-szydlowski commented 6 years ago

IsHttps, Scheme, ContentType, Protocol, Query collection and Cookies collection added to AspnetcoreHttpcontextEnricher

trenoncourt commented 6 years ago

thanks for your contributions