Consider JulDebugger as last alternative

same intention as 8bfc887f63. JUL defaults
don't "print" any log messages of level FINE (or lower).
This commit is contained in:
Florian Schmaus 2015-01-18 21:35:58 +01:00
parent 440af7675a
commit f42d697d7c
1 changed files with 3 additions and 3 deletions

View File

@ -38,10 +38,10 @@ public class ReflectionDebuggerFactory implements SmackDebuggerFactory {
private static final String[] DEFAULT_DEBUGGERS = new String[] {
"org.jivesoftware.smackx.debugger.EnhancedDebugger",
"org.jivesoftware.smackx.debugger.android.AndroidDebugger",
"org.jivesoftware.smack.debugger.JulDebugger",
"org.jivesoftware.smack.debugger.ConsoleDebugger",
"org.jivesoftware.smack.debugger.LiteDebugger",
"org.jivesoftware.smack.debugger.ConsoleDebugger" };
"org.jivesoftware.smack.debugger.JulDebugger",
};
/**
* Sets custom debugger class to be created by this factory