Click or drag to resize
ILoggerLog Method (Exception)
Logs the specified ex.

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
void Log(
	Exception ex
)

Parameters

ex
Type: SystemException
The ex.
See Also