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

prints Diagnostic messsages to the Console.

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

Syntax

Visual Basic (Declaration)
Public Class DiagnosticToConsole _
	Implements IDiagnosticListener
C#
public class DiagnosticToConsole : IDiagnosticListener
Visual C++
public ref class DiagnosticToConsole : IDiagnosticListener

Remarks

prints Diagnostic messsages to the Console. Install this Db4objects.Db4o.Diagnostic.IDiagnosticListener with:
 Copy imageCopy Code
Db4o.configure().diagnostic().addListener(new DiagnosticToConsole());

Inheritance Hierarchy

System.Object
  Db4objects.Db4o.Diagnostic.DiagnosticToConsole

See Also