Namespace Umbraco.Cms.Core.Logging.Serilog.Enrichers
Classes
HttpRequestIdEnricher
Enrich log events with a HttpRequestId GUID. Original source - https://github.com/serilog-web/classic/blob/master/src/SerilogWeb.Classic/Classic/Enrichers/HttpRequestIdEnricher.cs Nupkg: 'Serilog.Web.Classic' contains handlers and extra bits we do not want
HttpRequestNumberEnricher
Enrich log events with a HttpRequestNumber unique within the current logging session. Original source - https://github.com/serilog-web/classic/blob/master/src/SerilogWeb.Classic/Classic/Enrichers/HttpRequestNumberEnricher.cs Nupkg: 'Serilog.Web.Classic' contains handlers and extra bits we do not want
HttpSessionIdEnricher
Enrich log events with the HttpSessionId property. Original source - https://github.com/serilog-web/classic/blob/master/src/SerilogWeb.Classic/Classic/Enrichers/HttpSessionIdEnricher.cs Nupkg: 'Serilog.Web.Classic' contains handlers and extra bits we do not want
ThreadAbortExceptionEnricher
Enriches the log if there are ThreadAbort exceptions and will automatically create a minidump if it can