On macOS, the (Apple’s) Logger object uses a custom OSLogMessage object which allows it to have a custom string interpolation with support for format arguments privacy levels.
Would it be possible to add support for said string interpolation so we could finally have an efficient and fully feature-compatible OSLog Logger for swift-log?
Thanks!
On macOS, the (Apple’s) Logger object uses a custom
OSLogMessageobject which allows it to have a custom string interpolation with support for format arguments privacy levels.Would it be possible to add support for said string interpolation so we could finally have an efficient and fully feature-compatible OSLog
Loggerforswift-log?Thanks!