As of macOS 26 Tahoe, NSLog entries in the Unified Log are now redacted and treated as private. (The full entry is still reported in Xcode and to stdout.) Apple actually referred to this a “New Feature.” Apple is pushing people to use OSLog in Objective-C.
It is my understanding that OSLog is not available in AppleScriptObjC. If that is not correct, I would appreciate some information about how to do so.
As a replacement for NSLog, I have been using logger via a do shell script. I am curious if other AppleScriptObjC programmers are using alternatives.