Raise this event to record a message to the Simple DNS Plus log.

Namespace:  JHSoftware.SimpleDNS.Plugin
Assembly:  sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)

Syntax

C#
event IGetHostPlugIn..::.LogLineEventHandler LogLine
Visual Basic (Declaration)
Event LogLine As IGetHostPlugIn..::.LogLineEventHandler
Visual C++
 event IGetHostPlugIn..::.LogLineEventHandler^ LogLine {
	void add (IGetHostPlugIn..::.LogLineEventHandler^ value);
	void remove (IGetHostPlugIn..::.LogLineEventHandler^ value);
}

See Also