IDiagnosticListener Interface

Summary

listens to Diagnostic messages.
graph BT Type["IDiagnosticListener"] class Type type-node Implementing0["DiagnosticToTrace"]-.->Type click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Diagnostic/DiagnosticToTrace" Implementing1["DiagnosticToConsole"]-.->Type click Implementing1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Diagnostic/DiagnosticToConsole"

Syntax

public interface IDiagnosticListener

Remarks

listens to Diagnostic messages.

Create a class that implements this listener interface and add the listener by calling
commonConfig.Diagnostic.AddListener()
.

Methods

Name Value Summary
OnDiagnostic(IDiagnostic) void
this method will be called with Diagnostic messages.

See Also

  • Db4objects.Db4o.Diagnostic.IDiagnosticConfiguration