Summary
prints Diagnostic messsages to the Console.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Diagnostic - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IDiagnosticListener"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Diagnostic/IDiagnosticListener"
Type["DiagnosticToConsole"]
class Type type-node
Syntax
public class DiagnosticToConsole : IDiagnosticListener
Remarks
prints Diagnostic messages to the Console.
Install this
Db4objects.Db4o.Diagnostic.IDiagnosticListener
with: commonConfig.Diagnostic.AddListener(new DiagnosticToConsole());
Methods
Name | Value | Summary |
---|---|---|
OnDiagnostic |
void |
redirects Diagnostic messages to the Console.
|
See Also
- Db4objects.Db4o.Diagnostic.IDiagnosticConfiguration