Search Results for

    Show / Hide Table of Contents
    View Source

    Class ThreadAbortExceptionEnricher

    Enriches the log if there are ThreadAbort exceptions and will automatically create a minidump if it can

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Logging.Serilog.Enrichers
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ThreadAbortExceptionEnricher : ILogEventEnricher

    Constructors

    View Source

    ThreadAbortExceptionEnricher(IOptionsMonitor<CoreDebugSettings>, IHostingEnvironment, IMarchal)

    Declaration
    public ThreadAbortExceptionEnricher(IOptionsMonitor<CoreDebugSettings> coreDebugSettings, IHostingEnvironment hostingEnvironment, IMarchal marchal)
    Parameters
    Type Name Description
    IOptionsMonitor<CoreDebugSettings> coreDebugSettings
    IHostingEnvironment hostingEnvironment
    IMarchal marchal

    Methods

    View Source

    Enrich(LogEvent, ILogEventPropertyFactory)

    Declaration
    public void Enrich(LogEvent logEvent, ILogEventPropertyFactory propertyFactory)
    Parameters
    Type Name Description
    LogEvent logEvent
    ILogEventPropertyFactory propertyFactory
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ThreadAbortExceptionEnricher(IOptionsMonitor<CoreDebugSettings>, IHostingEnvironment, IMarchal)
    • Methods
      • Enrich(LogEvent, ILogEventPropertyFactory)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX