Open mothule opened 4 years ago
$ xcrun simctl spawn booted log stream --level debug --predicate '(subsystem == "com.example.apple-samplecode.Paper-Company-Swift") && (category == "Model")'
$ xcrun simctl spawn booted log show --level debug --predicate '(subsystem == "com.example.apple-samplecode.Paper-Company-Swift") && (category == "Model")'
https://developer.apple.com/library/archive/samplecode/Logging/Introduction/Intro.html#//apple_ref/doc/uid/TP40017510
ライブストリーム
保存ログ
参考
https://developer.apple.com/library/archive/samplecode/Logging/Introduction/Intro.html#//apple_ref/doc/uid/TP40017510