Pavalisoft.ExceptionHandling  1.0.0
An Unified API for ASP.NET Core Global Exception handling with ExceptionManager
Pavalisoft.ExceptionHandling.Interfaces.IExceptionLogger Interface Reference

Provides implementation to log Exception using IErrorDetail More...

Inheritance diagram for Pavalisoft.ExceptionHandling.Interfaces.IExceptionLogger:
Pavalisoft.ExceptionHandling.ExceptionLogger

Public Member Functions

void LogException (IErrorDetail detail, Exception ex=default)
 Logs Exception using IErrorDetail More...
 

Detailed Description

Provides implementation to log Exception using IErrorDetail

Member Function Documentation

◆ LogException()

void Pavalisoft.ExceptionHandling.Interfaces.IExceptionLogger.LogException ( IErrorDetail  detail,
Exception  ex = default 
)

Logs Exception using IErrorDetail

Parameters
detailIErrorDetail used to log ex
exException to be logged

Implemented in Pavalisoft.ExceptionHandling.ExceptionLogger.


The documentation for this interface was generated from the following file: