Summary
listens to Diagnostic messages.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Diagnostic - Implementing Types
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
Create a class that implements this listener interface and add the listener by calling
commonConfig.Diagnostic.AddListener()
.
Methods
Name | Value | Summary |
---|---|---|
OnDiagnostic |
void |
this method will be called with Diagnostic messages.
|
See Also
- Db4objects.Db4o.Diagnostic.IDiagnosticConfiguration