Click or drag to resize
IErrorUnitCentral Interface
IErrorUnitCentral Interface

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public interface IErrorUnitCentral : IInjector, 
	ILogger, IJsonSerializer

The IErrorUnitCentral type exposes the following members.

Properties
  NameDescription
Public propertyErrorUnitInterceptor
ErrorUnit's DynamicProxy Intercept; so methods can have their errors recorded in ErrorUnit format.
Public propertyInjector
Sets the injector.
Public propertyJsonSerializer
Sets the json serializer.
Public propertyLastErrorStack
Last Error Stack Thrown
Public propertyLogger
Sets the logger.
Public propertyserializerSettings
Gets or sets the serializer settings.
(Inherited from IJsonSerializer.)
Top
Methods
See Also