|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.db4o.diagnostic.DiagnosticToConsole
public class DiagnosticToConsole
prints Diagnostic messsages to the Console.
Install this DiagnosticListener
with:
Db4o.configure().diagnostic().addListener(new DiagnosticToConsole());
DiagnosticConfiguration
Constructor Summary | |
---|---|
DiagnosticToConsole()
|
Method Summary | |
---|---|
void |
onDiagnostic(Diagnostic d)
redirects Diagnostic messages to the Console. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiagnosticToConsole()
Method Detail |
---|
public void onDiagnostic(Diagnostic d)
onDiagnostic
in interface DiagnosticListener
|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |