Files
swift-log-oslog/Sources/Logging OSLog
T. R. Bernstein 48fdc144c1 Fix message reduction error
The unified logging system (aka OSLog) expects a OSLogMessage and does
not allow just passing in a string variable. Instead the variable has to
be interpolated into a string literal, which sets the default privacy
setting to 'private' and hence reducts the whole message.
This commit sets the privacy setting to 'public'.
2026-03-02 16:06:13 +01:00
..
2026-03-02 16:06:13 +01:00
2026-02-28 00:21:11 +01:00