[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 DiagnosticToTrace _
	Implements IDiagnosticListener
C#
public class DiagnosticToTrace : IDiagnosticListener
Visual C++
public ref class DiagnosticToTrace : IDiagnosticListener

Remarks

prints Diagnostic messsages to System.Diagnostics.Trace. Install this Db4objects.Db4o.Diagnostic.IDiagnosticListener with:
 Copy imageCopy Code
Db4o.Configure().Diagnostic().AddListener(new DiagnosticToTrace());

Inheritance Hierarchy

System.Object
  Db4objects.Db4o.Diagnostic.DiagnosticToTrace

See Also

Db4objects.Db4o.Diagnostic.DiagnosticConfiguration