An extensible logging framework for Swift
Die Hauptfunktionen von delba/log sind: Logging Utilities, Logging and Debugging.
Open-Source-Alternativen zu delba/log sind unter anderem: fpillet/nslogger — NSLogger is a remote logging framework and binary data logger designed to stream application traces from devices to a… goktugyil/qorumlogs — :closed_book: Swift Logging Utility for Xcode & Google Docs. emaloney/cleanroomlogger — CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant. davewoodcom/xcglogger — XCGLogger is a logging framework for Swift applications designed to capture events and system state for debugging and… developerlx/lxdbanything — Automate box any value! Print log without any format control symbol! Change debug habit thoroughly! cosmo/tinyconsole — TinyConsole is a micro-console that can help you log and display information inside an iOS application, where having a…
CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant
NSLogger is a remote logging framework and binary data logger designed to stream application traces from devices to a dedicated network log viewer. It enables the transmission of system traces over a network, utilizing SSL encryption to ensure secure telemetry transmission. The system distinguishes itself by supporting the embedding of raw binary data and images directly into log streams for visual inspection within the viewer. It also includes an offline log buffer that stores traces locally during network outages and automatically transmits them once connectivity is restored. The framework
XCGLogger is a logging framework for Swift applications designed to capture events and system state for debugging and troubleshooting. It automatically includes metadata such as timestamps, line numbers, function names, and filenames in every log entry. The framework minimizes CPU overhead through deferred string evaluation, which delays expensive interpolation until the active log level is verified. To prevent blocking the main execution thread during I/O tasks, it utilizes an asynchronous log router that offloads writing operations to background queues. The system supports multi-destinatio
:closed_book: Swift Logging Utility for Xcode & Google Docs