Click or drag to resize
IErrorUnitCentralLogger Property
Sets the logger.

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
ILogger Logger { set; }

Property Value

Type: ILogger
The logger.
See Also