Persist icon indicating copy to clipboard operation
Persist copied to clipboard

Add OSLog support without poisoning namespace

Open JosephDuffy opened this issue 3 years ago • 4 comments

This is an attempt to add support for OSLog without increasing the minimum platform requirements.

The use of a separate target means that the extra types required should not interfere with consumers.

The main question is whether #if canImport(os) will resolve to false on linux. If not then it may fail to compile and a platform check could be required.

JosephDuffy avatar Aug 30 '20 15:08 JosephDuffy