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

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

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

fpillet/NSLogger

0
View on GitHub↗
4,988 نجوم·566 تفرعات·Objective-C·8 مشاهدات

NSLogger

NSLogger هو إطار عمل للتسجيل عن بُعد ومسجل بيانات ثنائية مصمم لبث تتبعات التطبيق من الأجهزة إلى عارض سجلات شبكة مخصص. يتيح نقل تتبعات النظام عبر الشبكة، باستخدام تشفير SSL لضمان نقل البيانات عن بُعد بشكل آمن.

يتميز النظام بدعم تضمين البيانات الثنائية الخام والصور مباشرة في تدفقات السجل للفحص المرئي داخل العارض. كما يتضمن مخزناً مؤقتاً للسجلات في وضع عدم الاتصال يقوم بتخزين التتبعات محلياً أثناء انقطاع الشبكة وينقلها تلقائياً بمجرد استعادة الاتصال.

يوفر إطار العمل أدوات لتحليل بيانات السجل، بما في ذلك تصنيف التتبع حسب النطاق ومستويات الأهمية. كما يدعم تصفية تتبع السجل وتطبيق ألوان وأنماط مخصصة على الرسائل باستخدام مطابقة التعبيرات النمطية. يمكن تصدير جلسات السجل الملتقطة إلى ملفات للتخزين الدائم والمشاركة.

Features

  • Remote Trace Streaming - Streams real-time application traces from client devices to a dedicated network viewer.
  • Remote Streaming - Streams application traces from mobile or desktop devices to a dedicated network log viewer for real-time debugging.
  • Binary Data Loggers - Provides a logging tool capable of embedding raw binary data and images into log streams.
  • Offline Buffering - Queues log entries locally during network outages and flushes them upon reconnection.
  • Log Transmission Security - Secures the telemetry data stream between the client and the viewer using SSL encryption.
  • Transport Layer Encryption - Secures the data stream between the client and the viewer using SSL encryption.
  • Binary-Embedded Logging - Allows the embedding of raw binary data and images into the log stream for visual inspection.
  • Application Log Viewers - Provides a remote monitoring interface to filter and color-code incoming application traces.
  • Log Buffering and Pausing - Stores logs locally in a memory queue during connectivity outages and flushes them upon restoration.
  • Binary-Embedded Streams - Implements the ability to embed raw binary data and images directly into log streams for visual inspection.
  • Remote Application Logging - Streams system traces from mobile or desktop devices to a central viewer over a network for real-time debugging.
  • Logging Frameworks - Implements a framework for streaming application traces to a dedicated viewer over an encrypted connection.
  • Regex-Based Colorizers - Applies visual colors and formatting to log entries using regular expression matching.
  • File Exporters - Serializes captured log sessions into files for persistent offline storage and sharing.
  • Log Severity Categorization - Organizes logs using importance levels to distinguish between different levels of severity.
  • Binary Data Visualizations - Enables visual inspection of non-textual application state by embedding binary data or images into log streams.
  • Log Session Exporters - Provides the capability to write captured log data to files for later review and sharing.
  • Log Event Filtering - Provides the ability to filter application traces using regular expressions and markers to isolate specific events.
  • Log Pattern Colorization - Applies custom colors and styles to log entries using regular expression matching.
  • Log Analysis - Filters and categorizes large volumes of application traces to isolate specific events.
  • Logging Utilities - High-performance logging for cross-platform applications.
  • Logging and Debugging - High-performance logging utility with remote trace display.
  • Logging Frameworks - High-performance logging for client applications.

سجل النجوم

مخطط تاريخ النجوم لـ fpillet/nsloggerمخطط تاريخ النجوم لـ fpillet/nslogger

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

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

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

Start searching with AI

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

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

    sirupsen/logrus

    25,736عرض على GitHub↗

    Logrus is a structured logging library for Go that produces machine-readable output using key-value pairs and JSON formatting. It serves as a pluggable logging framework providing a thread-safe event logger with configurable mutex locking to manage concurrent writes across multiple goroutines. The project distinguishes itself through a pluggable hook system that routes log entries to external services or custom destinations. It also features a contextual logger capable of attaching persistent metadata and request-scoped fields to entries to improve traceability. The framework covers broad ob

    Gogologginglogrus
    عرض على GitHub↗25,736
  • nlog/nlogالصورة الرمزية لـ NLog

    NLog/NLog

    6,542عرض على GitHub↗

    NLog is an open-source logging framework for .NET that functions as a structured logging library and log routing engine. It captures log events with named parameters as searchable data rather than plain text and directs these messages to various output destinations based on severity and source. The framework is designed as an extensible platform, supporting custom targets, layout renderers, and filters that can be loaded from external assemblies or defined in code. It features a dynamic configuration system that allows logging targets, rules, and layouts to be updated via XML or programmatic

    C#aotaot-compatiblec-sharp
    عرض على GitHub↗6,542
  • bensadeh/tailspinالصورة الرمزية لـ bensadeh

    bensadeh/tailspin

    7,875عرض على GitHub↗

    Tailspin is a regex-based text colorizer and terminal log viewer designed to transform plain text streams into colorized output. It functions as a command line log highlighter and tailer that applies syntax highlighting to logs using regular expressions. The tool distinguishes itself through its ability to monitor files in real time and pipe live output through a highlighter. It recognizes and colors common data types such as IP addresses, UUIDs, HTTP methods, JSON objects, dates, and memory pointers. Users can define custom highlight styles and regex patterns to assign specific colors to uni

    Rustcczecolorizercolors
    عرض على GitHub↗7,875
  • 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
عرض جميع البدائل الـ 30 لـ NSLogger→

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

ما هي وظيفة fpillet/nslogger؟

NSLogger هو إطار عمل للتسجيل عن بُعد ومسجل بيانات ثنائية مصمم لبث تتبعات التطبيق من الأجهزة إلى عارض سجلات شبكة مخصص. يتيح نقل تتبعات النظام عبر الشبكة، باستخدام تشفير SSL لضمان نقل البيانات عن بُعد بشكل آمن.

ما هي الميزات الرئيسية لـ fpillet/nslogger؟

الميزات الرئيسية لـ fpillet/nslogger هي: Remote Trace Streaming, Remote Streaming, Binary Data Loggers, Offline Buffering, Log Transmission Security, Transport Layer Encryption, Binary-Embedded Logging, Application Log Viewers.

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

تشمل البدائل مفتوحة المصدر لـ fpillet/nslogger: nlog/nlog — NLog is an open-source logging framework for .NET that functions as a structured logging library and log routing… sirupsen/logrus — Logrus is a structured logging library for Go that produces machine-readable output using key-value pairs and JSON… bensadeh/tailspin — Tailspin is a regex-based text colorizer and terminal log viewer designed to transform plain text streams into… emaloney/cleanroomlogger — CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant. goktugyil/qorumlogs — :closed_book: Swift Logging Utility for Xcode & Google Docs. unjs/consola — Consola is a diagnostic logging utility and log output manager that provides a unified interface for Node.js and web…