C# Класс Serilog.Exceptions.Destructurers.ExceptionEnricher

Enrich a LogEvent with details about an LogEvent.Exception if present. https://groups.google.com/forum/#!searchin/getseq/enhance$20exception/getseq/rsAL4u3JpLM/PrszbPbtEb0J
Наследование: ILogEventEnricher
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DefaultDestructurers IExceptionDestructurer[]
ReflectionBasedDestructurer IExceptionDestructurer

Открытые методы

Метод Описание
Enrich ( LogEvent logEvent, ILogEventPropertyFactory propertyFactory ) : void
ExceptionEnricher ( ) : System
ExceptionEnricher ( IEnumerable destructurers ) : System

Приватные методы

Метод Описание
DestructureException ( Exception exception ) : object>.Dictionary

Описание методов

Enrich() публичный Метод

public Enrich ( LogEvent logEvent, ILogEventPropertyFactory propertyFactory ) : void
logEvent Serilog.Events.LogEvent
propertyFactory ILogEventPropertyFactory
Результат void

ExceptionEnricher() публичный Метод

public ExceptionEnricher ( ) : System
Результат System

ExceptionEnricher() публичный Метод

public ExceptionEnricher ( IEnumerable destructurers ) : System
destructurers IEnumerable
Результат System

Описание свойств

DefaultDestructurers публичное статическое свойство

public static IExceptionDestructurer[] DefaultDestructurers
Результат IExceptionDestructurer[]

ReflectionBasedDestructurer публичное статическое свойство

public static IExceptionDestructurer ReflectionBasedDestructurer
Результат IExceptionDestructurer