Class ExceptionLogger
Logs the unhandled exceptions.
Inherited Members
Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
public sealed class ExceptionLogger : LoggerBase
Methods
Invoke(LogContext, Func<Object>)
Logger implementation.
Declaration
public override object Invoke(LogContext context, Func<object> callNext)
Parameters
| Type | Name | Description |
|---|---|---|
| LogContext | context | |
| Func<Object> | callNext |
Returns
| Type | Description |
|---|---|
| Object |