NSLogger
NSLogger copied to clipboard
A modern, flexible logging tool
[@**Apple**](https://github.com/apple) discontinued ~[@**BuddyBuild**](https://github.com/BuddyBuild)~ services in 2021[^1] --- [^1]: _MacRumors_ [Canadian Startup Buddybuild Shutting Down Following 2018 Apple Acquisition](https://macrumors.com/2021/03/01/buddybuild-closing-after-apple-buyout) ([archive](https://web.archive.org/web/0/macrumors.com/2021/03/01/buddybuild-closing-after-apple-buyout))
HockeySDK has been [deprecated](https://github.com/bitstadium/HockeySDK-iOS). What is the recommendation to build the NSLoggerViewer from scratch for Apple Silicon?
macOS: Big Sur 11.1 Desktop Viewer: 1.9.7 Client nslogger: installed by cocoapods and version is 1.9.7 How to reproduce: 1. open an nsloggerrawdata file recorded in my iOS app 2....
After updating Xcode to the version 12, I can't import NSLogger anymore with SPM. The build fails with: > The package product 'NSLogger' cannot be used as a dependency of...
The same build running on iPhone X with iOS 14 and iPhone 6S iOS 12. The desktop app shows only output for iOS 12. I've upgraded to latest Desktop app...
Hi! I just discovered this great pod, and I managed to make it working with success in Debug configuration. I've found that macros like LoggerApp LoggerError etc. are defined within...
In objc ``` LoggerSetBufferFile(NULL, CFSTR("/Users/rahulsharma/Desktop/demo.rawnsloggerdata")); NSLog(@"Some message to NSLog %d", (int)arc4random()); LoggerStop(NULL); ``` writes to a file but the desktop app does not open the raw file. I could verify...
The latest version `1.9.7` doesn't contain `Package.swift` to support SPM, but `master` branch does. Please tag a new version (`1.9.8`?) to the latest stable commit.
I am facing compilation errors in Xcode 12 beta due to adding extensions for `Logger.Domain`. This was working fine previous releases of Xcode. Any idea how to solve this issue?...
I wonder whether a plugin-architecture for Data viewers would be feasible – or if we could just enhance the data viewer to feature structured data formats – such as SOAP...