JakeWharton / hugo

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

Add support for proper Tag naming for methods within an Enum #133

Open brh opened 8 years ago

brh commented 8 years ago

Currently the code will name the tag after the enclosing enum, this update will name the Tag according to the enum element name.