Hi, I created a kotlin library for Android that si...
# rx
m
Hi, I created a kotlin library for Android that simplifies logging/debugging of RxJava2 streams. It allows you to add
debug()
extension wherever to the stream that will log useful informations. It also figures out the name of enclosing class that will be used as a tag for the log (similarly as Timber). I hope that it will be helpful for you. https://github.com/SumeraMartin/RxDebug