Skip to content

Releases: Wouter01/LogStream

v1.3.0

Choose a tag to compare

@Wouter01 Wouter01 released this 26 Apr 02:36

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

Choose a tag to compare

@Wouter01 Wouter01 released this 22 May 15:53
  • LogMessage conforms to Hashable

v1.2

Choose a tag to compare

@Wouter01 Wouter01 released this 22 May 14:39
  • Added extra initializer to log a list of processes.
  • Improved docs.
  • Added extra examples to README

V1.1

Choose a tag to compare

@Wouter01 Wouter01 released this 22 May 14:38
  • Added extra initializer to log all processes at once.
  • Improved docs

v1.0

Choose a tag to compare

@Wouter01 Wouter01 released this 22 May 14:42

Initial release