mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02:00
SLF4J Smack Debugging Logger
This commit is contained in:
parent
880a348ff4
commit
52673bad3c
9 changed files with 326 additions and 0 deletions
10
smack-debug-slf4j/build.gradle
Normal file
10
smack-debug-slf4j/build.gradle
Normal file
|
@ -0,0 +1,10 @@
|
|||
description = """\
|
||||
Smack slf4j debugger.
|
||||
Inspect the exchanged XMPP stanzas.
|
||||
Connect your favourite slf4j backend of choice to get output inside of it"""
|
||||
|
||||
dependencies {
|
||||
compile project(':smack-core')
|
||||
compile 'org.slf4j:slf4j-api:1.7.7'
|
||||
testCompile project(':smack-core').sourceSets.test.runtimeClasspath
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue