JakeWharton / hugo

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

Different annotation levels added #140

Closed g00m closed 8 years ago

g00m commented 8 years ago

@ErrorLog @InfoLog @DebugLog @VerboseLog

JakeWharton commented 8 years ago

I don't want to provide this much control over the logging. I prefer that there's only a single, simple annotation that does one thing.

JakeWharton commented 8 years ago

Thanks for taking the time to send a PR though.