DOFLogListener InterfaceOpenDOF Object Access Library
The DOF.Log.Listener interface enables you to receive log messages when implemented.

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

C#
public interface Listener

The DOFLogListener type exposes the following members.

Methods

  NameDescription
Public methodlogMessage
Adds a message to log according to the module, level, and related Throwable.
Top
Remarks

The DOF.Log.Listener interface enables you to receive log messages when implemented.

NOTE: You must implement this interface (specifically logMessage(System.DateTime, Level, string, System.Exception) ) and pass it to Log.addListener(Level, Listener) to capture any log messages.

See Also

Reference

#addListener