ILoggerLog Method (String, Exception) |
Logs the specified testable error json.
Namespace: ErrorUnit.InterfacesAssembly: ErrorUnit.Interfaces (in ErrorUnit.Interfaces.dll) Version: 1.0.1.29696 (1.0.0.1)
Syntax string Log(
string testableErrorJson,
Exception exception
)
Parameters
- testableErrorJson
- Type: SystemString
The testable error json. - exception
- Type: SystemException
The exception.
Return Value
Type:
StringtestableErrorJson
See Also