Method WriteExceptionAsync
WriteExceptionAsync(Exception)
Writes an exception description in the log.
public Task WriteExceptionAsync(Exception exp)
Parameters
exp
ExceptionThe exception which will be written.
Returns
WriteExceptionAsync(Exception, string?)
Writes an exception description in the log.
public Task WriteExceptionAsync(Exception exp, string? extraContext = null)
Parameters
exp
ExceptionThe exception which will be written.
extraContext
stringExtra context message to append to the exception message.