Click or drag to resize
ILoggerLog Method (String, Exception)
Logs the specified testable error json.

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit.Interfaces (in ErrorUnit.Interfaces.dll) Version: 1.0.1.29696 (1.0.0.1)
Syntax
C#
string Log(
	string testableErrorJson,
	Exception exception
)

Parameters

testableErrorJson
Type: SystemString
The testable error json.
exception
Type: SystemException
The exception.

Return Value

Type: String
testableErrorJson
See Also