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
NSLogger هو إطار عمل للتسجيل عن بُعد ومسجل بيانات ثنائية مصمم لبث تتبعات التطبيق من الأجهزة إلى عارض سجلات شبكة مخصص. يتيح نقل تتبعات النظام عبر الشبكة، باستخدام تشفير SSL لضمان نقل البيانات عن بُعد بشكل آمن.
الميزات الرئيسية لـ 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: 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…