Until iOS 10, we could use the asl
framework (Apple System Log) to access log messages written by NSLog
at runtime.
However, with iOS 10 Apple deprecated asl
and replaced it with the new Logging framework.
Is it still possible to load messages logged by NSLog
or the new Logging framework in iOS 10?
Note: I don't want to load all log messages, I just want the ones logged by my app