JakeWharton / hugo

Annotation-triggered method call logging for your debug builds.
Apache License 2.0
7.92k stars 798 forks source link

Support for non Android gradle modules #40

Open yogurtearl opened 10 years ago

yogurtearl commented 10 years ago

My android project has some pure Java sub-modules.

It would be great to be able to use Hugo with those as well. This could likely be done by having Hugo log to slf4j-api instead of android.util.Log.

cesards commented 9 years ago

+1

JakeWharton commented 9 years ago

I will not be adding this. Someone is free to send a PR for it.