awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fpillet avatar

fpillet/NSLogger

0
View on GitHub↗
4,988 stele·566 fork-uri·Objective-C·10 vizualizări

NSLogger

NSLogger este un framework de logare la distanță și un logger de date binare conceput pentru a transmite urmele aplicației de pe dispozitive către un viewer de loguri de rețea dedicat. Acesta permite transmiterea urmelor de sistem printr-o rețea, utilizând criptarea SSL pentru a asigura transmiterea securizată a telemetriei.

Sistemul se distinge prin suportul pentru încorporarea datelor binare brute și a imaginilor direct în fluxurile de loguri pentru inspecție vizuală în cadrul viewer-ului. Include, de asemenea, un buffer de log offline care stochează urmele local în timpul întreruperilor rețelei și le transmite automat odată ce conectivitatea este restabilită.

Framework-ul oferă instrumente pentru analiza datelor de log, inclusiv categorizarea urmelor pe domenii și niveluri de importanță. Suportă în continuare filtrarea urmelor de log și aplicarea de culori și stiluri personalizate mesajelor folosind potrivirea prin expresii regulate. Sesiunile de log capturate pot fi exportate în fișiere pentru stocare persistentă și partajare.

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.

Istoric stele

Graficul istoricului de stele pentru fpillet/nsloggerGraficul istoricului de stele pentru fpillet/nslogger

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face fpillet/nslogger?

NSLogger este un framework de logare la distanță și un logger de date binare conceput pentru a transmite urmele aplicației de pe dispozitive către un viewer de loguri de rețea dedicat. Acesta permite transmiterea urmelor de sistem printr-o rețea, utilizând criptarea SSL pentru a asigura transmiterea securizată a telemetriei.

Care sunt principalele funcționalități ale fpillet/nslogger?

Principalele funcționalități ale fpillet/nslogger sunt: Remote Trace Streaming, Remote Streaming, Binary Data Loggers, Offline Buffering, Log Transmission Security, Transport Layer Encryption, Binary-Embedded Logging, Application Log Viewers.

Care sunt câteva alternative open-source pentru fpillet/nslogger?

Alternativele open-source pentru fpillet/nslogger includ: 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…

Alternative open-source pentru NSLogger

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu NSLogger.
  • sirupsen/logrusAvatar sirupsen

    sirupsen/logrus

    25,736Vezi pe 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
    Vezi pe GitHub↗25,736
  • nlog/nlogAvatar NLog

    NLog/NLog

    6,542Vezi pe 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
    Vezi pe GitHub↗6,542
  • bensadeh/tailspinAvatar bensadeh

    bensadeh/tailspin

    7,875Vezi pe 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
    Vezi pe GitHub↗7,875
  • emaloney/cleanroomloggerAvatar emaloney

    emaloney/CleanroomLogger

    1,318Vezi pe GitHub↗

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

    Swift
    Vezi pe GitHub↗1,318
  • Vezi toate cele 30 alternative pentru NSLogger→