2 Commits

Author SHA1 Message Date
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
T. R. Bernstein
45ab296e9e Add DocC documentation 2026-02-28 01:12:28 +01:00