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

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