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

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

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

ihsanbal/LoggingInterceptor

0
View on GitHub↗
1,356 نجوم·122 تفرعات·Kotlin·MIT·3 مشاهدات

LoggingInterceptor

An OkHttp interceptor which has pretty logger for request and response. +Mock support

Features

  • Logging Frameworks - OkHttp interceptor for logging network request and response data.
  • Logging Utilities - OkHttp interceptor for logging network data.

سجل النجوم

مخطط تاريخ النجوم لـ ihsanbal/logginginterceptorمخطط تاريخ النجوم لـ ihsanbal/logginginterceptor

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ LoggingInterceptor

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع LoggingInterceptor.
  • emaloney/cleanroomloggerالصورة الرمزية لـ emaloney

    emaloney/CleanroomLogger

    1,318عرض على GitHub↗

    CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant

    Swift
    عرض على GitHub↗1,318
  • gabime/spdlogالصورة الرمزية لـ gabime

    gabime/spdlog

    28,922عرض على GitHub↗

    spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It serves as an asynchronous logging framework and thread-safe library that coordinates access across concurrent threads to maintain message integrity. The project functions as a multi-target log router, distributing single events to multiple destinations such as consoles, files, and system daemons. It includes a log rotation manager that handles file lifecycles through basic, rotating, or daily rollover strategies to prevent disk exhaustion. The library covers a broad range of cap

    C++cppcpp11header-only
    عرض على GitHub↗28,922
  • amrayn/easyloggingppالصورة الرمزية لـ amrayn

    amrayn/easyloggingpp

    3,937عرض على GitHub↗

    Easyloggingpp is a C++ logging library and thread-safe logging framework used for recording diagnostic messages and application events. It functions as an asynchronous logger, processing messages on a background thread to reduce latency and prevent blocking the main execution path. The project includes a log rotation manager to automatically truncate or roll over files once they reach a specified disk size limit. It also serves as a performance tracking tool for measuring function execution timing and recording checkpoints to identify processing bottlenecks. The library covers a broad range

    C++
    عرض على GitHub↗3,937
  • 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

    Kotlin
    عرض على GitHub↗10,833
عرض جميع البدائل الـ 30 لـ LoggingInterceptor→

الأسئلة الشائعة

ما هي وظيفة ihsanbal/logginginterceptor؟

An OkHttp interceptor which has pretty logger for request and response. +Mock support

ما هي الميزات الرئيسية لـ ihsanbal/logginginterceptor؟

الميزات الرئيسية لـ ihsanbal/logginginterceptor هي: Logging Frameworks, Logging Utilities.

ما هي البدائل مفتوحة المصدر لـ ihsanbal/logginginterceptor؟

تشمل البدائل مفتوحة المصدر لـ ihsanbal/logginginterceptor: gabime/spdlog — spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It… orhanobut/logger — This Android logging library is a toolkit for printing formatted, stylized, and filtered debug messages to the Android… amrayn/easyloggingpp — Easyloggingpp is a C++ logging library and thread-safe logging framework used for recording diagnostic messages and… emaloney/cleanroomlogger — CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant. jakewharton/timber — Timber is an extensible logging framework and wrapper for Android applications. It provides an interface that extends… sergiusthebest/plog — Portable, simple and extensible C++ logging library.