Oslog

Hi,
I came across this, it seems like its usable from objc. It seems to come from os/log.h

https://developer.apple.com/documentation/os/logging?language=objc

It cant seem to find any reference to it.

Cheers,
John

I found it, its os_log

Yeah, unfortunately we don’t support os_log because it depend son dark compiler magic in Clang and is not an actual C function. I forgot the details, but we looked at supporting it back when it was announced, and it was near impossible without a tremendous amount of work. @ck might be able to provide more details, if he is bored and can remember :wink:

oh ok :frowning:

I found this GitHub - CocoaLumberjack/CocoaLumberjack: A fast & simple, yet powerful & flexible logging framework for Mac and iOS

It looks like objc, I’ll have to take it for a spin

1 Like