Hakon Hanesand 04421a3411 Spelling. il y a 7 ans
..
English.lproj e5f15c24b1 Renamed `Xcode` folder to `Demos` - contains remaining demo projects il y a 11 ans
OverflowTestMac.xcodeproj 394357171b demos: linking to framework has been added. il y a 7 ans
OverflowTestMac-Info.plist f670be745b Update Demos il y a 8 ans
OverflowTestMacAppDelegate.h 04421a3411 Spelling. il y a 7 ans
OverflowTestMacAppDelegate.m 04421a3411 Spelling. il y a 7 ans
OverflowTestMac_Prefix.pch 04421a3411 Spelling. il y a 7 ans
ReadMe.txt e5f15c24b1 Renamed `Xcode` folder to `Demos` - contains remaining demo projects il y a 11 ans
SlowLogger.h 04421a3411 Spelling. il y a 7 ans
SlowLogger.m 04421a3411 Spelling. il y a 7 ans
main.m 04421a3411 Spelling. il y a 7 ans

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.