Commit Graph

4 Commits

Author SHA1 Message Date
T. R. Bernstein
e3f2ba03ef Adapt internal API to Swift API Design Guidelines 2026-03-02 16:46:05 +01:00
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
T. R. Bernstein
fec4a037db Initial implementation 2026-02-28 00:21:11 +01:00