[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
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:
Db4o.configure().diagnostic().addListener(new DiagnosticToConsole()); | |