|
Pavalisoft.ExceptionHandling
1.0.0
An Unified API for ASP.NET Core Global Exception handling with ExceptionManager
|
Public Member Functions | |
| ExceptionLogger (IExceptionDataProvider exceptionDataProvider, ILogger< ExceptionLogger > exceptionLogger) | |
| Creates an instance of ExceptionLogger More... | |
| void | LogException (IErrorDetail detail, Exception ex=null) |
| Logs Exception using IErrorDetail | |
| Pavalisoft.ExceptionHandling.ExceptionLogger.ExceptionLogger | ( | IExceptionDataProvider | exceptionDataProvider, |
| ILogger< ExceptionLogger > | exceptionLogger | ||
| ) |
Creates an instance of ExceptionLogger
| exceptionDataProvider | IExceptionDataProvider |
| exceptionLogger | ILogger used to log the exceptions |