标签: ios swift logging macos-high-sierra
我正在尝试使用log steam从ios模拟器获取日志,但是对于冗长的日志,日志会被<...>截断
log steam
<...>
根据文档https://developer.apple.com/documentation/os/logging,实时流日志不应被截断。我已经尝试了所有日志级别,但日志仍被截断。
这就是我正在使用的:log stream --style=json --predicate 'processImagePath endswith "myapp"' --level=debug
log stream --style=json --predicate 'processImagePath endswith "myapp"' --level=debug
答案 0 :(得分:-1)
我建议您使用 CocoaLumberjack
它具有许多日志记录功能,可以帮助您解决方案。