IErrorUnitCentral Interface |
Namespace: ErrorUnit.Interfaces
public interface IErrorUnitCentral : IInjector, ILogger, IJsonSerializer
The IErrorUnitCentral type exposes the following members.
Name | Description | |
---|---|---|
Injector |
Sets the injector.
| |
JsonSerializer |
Sets the json serializer.
| |
Logger |
Sets the logger.
| |
serializerSettings |
Gets or sets the serializer settings.
(Inherited from IJsonSerializer.) |
Name | Description | |
---|---|---|
CleanUp |
Cleans up Current stack; removing methods that have ended.
| |
CurrentStack_Add |
Adds to the Current stack.
| |
CurrentStack_EndWebCall |
Ends a web call on Current Stack.
| |
DeserializeT |
Deserializes the specified json.
(Inherited from IJsonSerializer.) | |
GetErrorUnitJson |
Gets the error unit json.
(Inherited from ILogger.) | |
LinkInjectorT |
Links the injector.
(Inherited from IInjector.) | |
Log(Exception) |
Logs the specified ex.
(Inherited from ILogger.) | |
Log(String, Exception) |
Logs the specified testable error json.
(Inherited from ILogger.) | |
SerializeT |
Serializes the specified object.
(Inherited from IJsonSerializer.) | |
ThrowErrorStack |
Throws the error stack.
|