mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
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:
parent
440af7675a
commit
f42d697d7c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue