replaces asl logging and may explain why under newer systems some messages just do not show
see https://developer.apple.com/documentation/os/logging?language=objc
[quote]Unified logging is available in iOS 10.0 and later, macOS 10.12 and later, tvOS 10.0 and later, and watchOS 3.0 and later, and supersedes ASL (Apple System Logger) and the Syslog APIs. Historically, log messages were written to specific locations on disk, such as /etc/system.log. The unified logging system stores messages in memory and in a data store, rather than writing to text-based log files.
[/quote]
was looking to declare into this but there is a extern handle for an object I have no idea how to declare or set
maybe have to write a plugin to do this