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

provides methods to configure the behaviour of db4o diagnostics.

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

Syntax

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

Remarks

provides methods to configure the behaviour of db4o diagnostics.

Diagnostic listeners can be be added and removed with calls to this interface. To install the most basic listener call:
 Copy imageCopy Code
Db4o.configure().diagnostic().addListener(new DiagnosticToConsole());