Class TerminalLoggerExceptionHandler
The default ITerminalExceptionHandler to handle an Exception and log the error message to ILogger.
public sealed class TerminalLoggerExceptionHandler : ITerminalExceptionHandler
- Inheritance
-
TerminalLoggerExceptionHandler
- Implements
- Inherited Members
Constructors
TerminalLoggerExceptionHandler(ILogger<TerminalLoggerExceptionHandler>)
Initialize a new instance.
public TerminalLoggerExceptionHandler(ILogger<TerminalLoggerExceptionHandler> logger)
Parameters
logger
ILogger<TerminalLoggerExceptionHandler>The logger.
Methods
HandleExceptionAsync(TerminalExceptionHandlerContext)
Publish the Exception asynchronously to the logger.
public Task HandleExceptionAsync(TerminalExceptionHandlerContext context)
Parameters
context
TerminalExceptionHandlerContextThe error to publish.
Returns
- Task
The string representation.