awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesMethod Logging Libraries

Libraries specialized in recording method arguments, returns, and durations.

Distinct from Java Utility Libraries: A specialized debugging tool rather than a general-purpose Java utility library.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Method Logging Libraries. Refine with filters or upvote what's useful.

Awesome Method Logging Libraries GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • jakewharton/hugoالصورة الرمزية لـ JakeWharton

    JakeWharton/hugo

    7,892عرض على GitHub↗

    Hugo is an annotation-based debugging tool and Java method logging library. It functions as a method execution tracker that records method arguments, return values, and execution durations during application runtime. The project differentiates itself by using annotation-driven instrumentation and bytecode-level aspect injection to capture telemetry without requiring manual print statements. It employs post-compilation bytecode manipulation and aspect-oriented wrapping to insert interception logic around annotated method boundaries. The library covers observability and monitoring capabilities

    Records method arguments, return values, and execution times using annotations for debug builds.

    Java
    عرض على GitHub↗7,892
  1. Home
  2. Programming Languages & Runtimes
  3. Java Utility Libraries
  4. Method Logging Libraries