You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Desktop Viewer
Added support for filtering over multiple tags at once: option-click tag name in the menu (@c0diq)
Fix incorrect decoding of log level if transmitted as Int64 (@c0diq)
Client Logger
Modernized logging functions for Swift usage (@jeremiegirault)
Multiple fixes for compilation warnings
Fixed misaligned address access
Fixed runloop timing issue that made flushing after each log too slow
Dependency manager support
Split package identifiers for better Carthage compatibility. Carthage users now get to choose between NSLogger and NSLoggerSwift (same but comes with an additional Swift helper) but not both.