NSLogger v1.9.0 Release Notes

Release Date: 2018-03-11 // about 6 years ago
  • 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.