PlcListenerLogError Method

Called when some exception needs to be logged to the listener log.

Definition

Namespace: OddPrg.Communication.Plc
Assembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void LogError(
	Exception e,
	string description
)

Parameters

e  Exception
description  String

Implements

IPlcHeadEndLogError(Exception, String)

See Also