This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Releases: serilog-web/classic
Releases · serilog-web/classic
v5.1.66
- expose new overload of
.LogAtLevel
which accept aFunc<HttpContextBase, TimeSpan, LogEventLevel>
to given finer control on the level of generated log entry (#74 ) . Thanks @KieranSasseSolarGain
Breaking changes
- getter
ApplicationLifecycleModule.RequestLoggingLevel
has been removed (the setter is still here). Note that this member has been obsolete since v4, more than 2 years ago.
v5.0.58
v5.0.56
v5.0.52
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)