1
0
Fork 0
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:
Vyacheslav Blinov 2014-08-15 15:28:07 +04:00 committed by Florian Schmaus
parent 880a348ff4
commit 52673bad3c
9 changed files with 326 additions and 0 deletions

View 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
}