| ILogger Interface |
Namespace: ErrorUnit.Interfaces
public interface ILogger
The ILogger type exposes the following members.
| Name | Description | |
|---|---|---|
| GetErrorUnitJson |
Gets the error unit json.
| |
| Log(Exception) |
Logs the specified ex.
| |
| Log(String, Exception) |
Logs the specified testable error json.
|