Click or drag to resize
ILoggerGetErrorUnitJson Method
Gets the error unit json.

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
IEnumerable<string> GetErrorUnitJson(
	DateTime afterdate
)

Parameters

afterdate
Type: SystemDateTime
The after-date.

Return Value

Type: IEnumerableString
ErrorUnit serialized errors after date.
See Also