marinofaggiana bbe0429468 Update version 2.22.9 6 năm trước cách đây
..
English.lproj 7a5e0fd9c0 Add SVGKit Library 6 năm trước cách đây
OverflowTestMac-Info.plist 7a5e0fd9c0 Add SVGKit Library 6 năm trước cách đây
OverflowTestMacAppDelegate.h bbe0429468 Update version 2.22.9 6 năm trước cách đây
OverflowTestMacAppDelegate.m bbe0429468 Update version 2.22.9 6 năm trước cách đây
OverflowTestMac_Prefix.pch bbe0429468 Update version 2.22.9 6 năm trước cách đây
ReadMe.txt 7a5e0fd9c0 Add SVGKit Library 6 năm trước cách đây
SlowLogger.h bbe0429468 Update version 2.22.9 6 năm trước cách đây
SlowLogger.m bbe0429468 Update version 2.22.9 6 năm trước cách đây
main.m bbe0429468 Update version 2.22.9 6 năm trước cách đây

ReadMe.txt

This Xcode project demonstrates how the logging framework handles overflow. That is, if asynchronous logging is enabled, and the application spits out log messages faster than the framework can process them, then what should the framework do?

The framework can optionally enforce a maximum queue size. This project tests this max queue size, and ensures the framework is properly enforcing it.

Detailed information can be found in DDLog's queueLogMessage:: method.

This is a unit test project.