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

Namespace: ErrorUnit
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public string Log(
	string testableErrorJson,
	Exception exception
)

Parameters

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

Return Value

Type: String
testableErrorJson

Implements

ILoggerLog(String, Exception)
See Also