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

redirects Diagnostic messages to System.Diagnostics.Trace

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

Syntax

Visual Basic (Declaration)
Public Overridable Sub OnDiagnostic ( _
	d As IDiagnostic _
)
C#
public virtual void OnDiagnostic (
	IDiagnostic d
)
Visual C++
public:
virtual void OnDiagnostic (
	IDiagnostic^ d
)

Parameters

d
Db4objects.Db4o.Diagnostic.IDiagnostic

Remarks

redirects Diagnostic messages to the Console.