[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

listens to Diagnostic messages.

Namespace: Db4objects.Db4o.Diagnostic
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Public Interface IDiagnosticListener
C#
public interface IDiagnosticListener
Visual C++
public interface class IDiagnosticListener

Remarks

listens to Diagnostic messages.

Create a class that implements this listener interface and add the listener by calling Db4o.configure().diagnostic().addListener().

See Also