If this event is set then all logging events are directed to the event as well as the loggers.

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public static event LogMessageHandler LogMessageReceived
Visual Basic
Public Shared Event LogMessageReceived As LogMessageHandler
Visual C++
public:
static  event LogMessageHandler^ LogMessageReceived {
	void add (LogMessageHandler^ value);
	void remove (LogMessageHandler^ value);
}

Remarks

If it is desired to only send logging to the log system subscribing to this event, the CurrentLevel should be set to OFF.

See Also