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["DiagnosticToTrace"]
class Type type-node
Syntax
public class DiagnosticToTrace : IDiagnosticListener
Remarks
prints Diagnostic messsages to System.Diagnostics.Trace.
Install this
Db4objects.Db4o.Diagnostic.IDiagnosticListener
with: commonConfig.Diagnostic.AddListener(new DiagnosticToTrace());
Methods
Name | Value | Summary |
---|---|---|
OnDiagnostic |
void |
redirects Diagnostic messages to System.Diagnostics.Trace
|
See Also
- Db4objects.Db4o.Diagnostic.DiagnosticConfiguration