DOFLogremoveListener Method OpenDOF Object Access Library
Removes a listener.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public static void removeListener(
	DOFLogListener listener
)

Parameters

listener
Type: org.opendof.core.oalDOFLogListener
The listener to remove.
Remarks

Removes a listener. This removes the listener from all priority levels.
See Also

Reference