Diagnostic system can be enabled on a running db4o database
to notify a user about possible problems or misconfigurations. Diagnostic
messages must implement this interface and are usually derived from
DiagnosticBase class. A separate Diagnostic implementation
should be used for each problem.
See Also:DiagnosticBase See Also:DiagnosticConfiguration