Skip to content

Releases: Wouter01/LogStream

v1.3.0

26 Apr 02:36
Compare
Choose a tag to compare

Note

This release changes the way the package is used. Previous to v1.3.0, build settings needed to be changed in order to correctly link with the LoggingSupport framework. Now, the framework will be linked at runtime, dropping the requirement to change build settings. When not needed anymore, you can remove the $(DEVELOPER_SDK_DIR)/MacOSX.sdk/System/Library/PrivateFrameworks entry in Build Settings -> System Framework Search Paths

Changes

  • Added Sendable conformance to LogMessage and ActivityStreamOptions
  • Fixed most concurrency warnings
  • Removed OSLogType Hashable conformance
  • LoggingSupport is now loaded at runtime

v1.2.1

22 May 15:53
Compare
Choose a tag to compare
  • LogMessage conforms to Hashable

v1.2

22 May 14:39
Compare
Choose a tag to compare
  • Added extra initializer to log a list of processes.
  • Improved docs.
  • Added extra examples to README

V1.1

22 May 14:38
Compare
Choose a tag to compare
  • Added extra initializer to log all processes at once.
  • Improved docs

v1.0

22 May 14:42
Compare
Choose a tag to compare

Initial release