Click or drag to resize

ServiceHelperErrorLogger Property

Gets the ErrorLogger component used for logging errors encountered in the ParentService.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public ErrorLogger ErrorLogger { get; }
View Source

Property Value

ErrorLogger
See Also