Table of Contents

Class TerminalLoggerExceptionHandler

Namespace
OneImlx.Terminal.Runtime
Assembly
OneImlx.Terminal.dll

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 TerminalExceptionHandlerContext

The error to publish.

Returns

Task

The string representation.