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

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
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