hugo
Annotation-triggered method call logging for your debug builds.
About this project
Hugo Annotation-triggered method call logging for your debug builds. As a programmer, you often add log statements to print method calls, their arguments, their return values, and the time it took to execute. This is not a question. Every one of you does this. Shouldn't it be easier? Simply add @DebugLog to your methods and you will automatically get all of the things listed above logged for free. The logging will only happen in debug builds and the annotation itself is never present in the compiled class file for any build type. This means you can keep the annotation and check it into source control. It has zero effect on non-debug builds. Add it to your project today! …
Technologies
Project health
GitHub
Reviews
Built by
Maintain JakeWharton/hugo? Claiming verifies admin access through your GitHub account and gives you control of this listing.