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.
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.
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…
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
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
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
CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant