Network Extension Logging

Is there any system logging that can be used in PacketTunnel/AppProxy extensions. The thing i want to accomplish is to collect logs when device is not connected to Mac. One way of doing is adding a custom file logger but wondering does os_log(part of iOS 10) can be used to collect the logs when device is not connected and later on sync the logs.

Accepted Reply

The new unified logging mechanism supports this sort of thing but I don’t know if that support is available to third-parties. If no one else chimes in, please open a DTS tech support incident and I, or one of my colleagues, will dig into this.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Replies

The new unified logging mechanism supports this sort of thing but I don’t know if that support is available to third-parties. If no one else chimes in, please open a DTS tech support incident and I, or one of my colleagues, will dig into this.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"