Hmmmmmm. Interesting point. Apple's documentation ...
# macos
f
Hmmmmmm. Interesting point. Apple's documentation says to use the Console for log access >_> They don't even recommend the
log
command-line tool. That tool appears to link against the PrivateFramework
LoggingSupport.framework
. It also links, via
/usr/lib/libSystem.B.dylib
as far as I can tell, to
/usr/lib/system/libsystem_trace.dylib
which seems to be the root of all the logging code.