PlcListenerLogDebug Method

Called when some message needs to be logged to the debug 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 LogDebug(
	string message
)

Parameters

message  String

Implements

IPlcHeadEndLogDebug(String)

See Also