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

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

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

1 مستودع

Awesome GitHub RepositoriesLog Call Validators

Tools that analyze code to ensure logging calls are performant and contain correct argument counts.

Distinct from Android Log Management: Distinct from general log management: focuses on the static analysis tool rather than the logging runtime.

Explore 1 awesome GitHub repository matching mobile development · Log Call Validators. Refine with filters or upvote what's useful.

Awesome Log Call Validators GitHub Repositories

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

    JakeWharton/timber

    10,833عرض على GitHub↗

    Timber is an extensible logging framework and wrapper for Android applications. It provides an interface that extends the standard Android logging class to enable customizable output destinations and routing logic. The system uses a tree-based dispatch model and a plugin system to direct log messages to multiple external handlers. This allows for custom log routing to external services or files based on the current environment or specific criteria. The project includes tools for monitoring and observability, specifically a performance validator that analyzes logging calls to detect inefficie

    Analyzes logging calls to detect inefficient string patterns or incorrect argument counts in Android code.

    Kotlin
    عرض على GitHub↗10,833
  1. Home
  2. Mobile Development
  3. Android Log Management
  4. Log Call Validators