DaveWoodCom / XCGLogger

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

打印数据太多的时候,打印不全

FunnyerFeng opened this issue · comments

打印数据太多的时候,打印不全

log.debug()的时候

Using Google Translate:

Q. When printing too much data, printing is not complete.

A. This depends on the log destination you use. The system print() and NSLog() calls do have limits. This is outside the control of XCGLogger, sorry. You could use an alternate log destination.

这取决于您使用的日志目标。 系统print()和NSLog()调用确实有限制。 对不起,这不受XCGLogger的控制。 您可以使用备用日志目标。