Interface IExceptionCatcherHandlerConfig

Specifies the ExceptionCatcherHandler configuration.

Namespace: Solti.Utils.Rpc.Pipeline
Assembly: Solti.Utils.Rpc.Server.dll
Syntax
public interface IExceptionCatcherHandlerConfig

Properties

AllowLogs

Returns true if the logging is allowed.

Declaration
bool AllowLogs { get; }
Property Value
Type Description
Boolean
In This Article
Back to top Generated by DocFX