This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
v5.0
- Introduces new extension methods under namespace
SerilogWeb.Classic.Extensions
, mainly to be used bySerilogWeb.Classic.WebAPI
for serilog-web/classic-webapi#16 :HttpContext.AddSerilogWebError(Exception exception)
/HttpContextBase.AddSerilogWebError(Exception exception)
HttpContext.GetLastSerilogWebError()
/HttpContextBase.GetLastSerilogWebError()
- bump referenced Serilog version to v2.7.1 (published 9 month ago) . (v2.8.0 is only a month old, and forcing unnecessary update could be annoying to end user)
- bump package version to v5.0 . Not really a breaking change but may introduce subtle behavior different when combined with secondary packages (
WebAPI
one)