public interface DiagnosticConfiguration
EmbeddedConfiguration config = Db4oEmbedded.newConfiguration();
config.common().diagnostic().addListener(new DiagnosticToConsole());Configuration.diagnostic(),
DiagnosticListener| Modifier and Type | Method and Description |
|---|---|
void |
addListener(DiagnosticListener listener)
adds a DiagnosticListener to listen to Diagnostic messages.
|
void |
removeAllListeners()
removes all DiagnosticListeners.
|
void addListener(DiagnosticListener listener)
void removeAllListeners()