[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 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:
![]() | |
---|---|
Db4o.Configure().Diagnostic().AddListener(new DiagnosticToTrace()); |
Inheritance Hierarchy
See Also
Db4objects.Db4o.Diagnostic.DiagnosticConfiguration