sushichop e172f9754d Sets deployment target to macOS 10.8 about Demo project Pods. пре 8 година
..
English.lproj e5f15c24b1 Renamed `Xcode` folder to `Demos` - contains remaining demo projects пре 11 година
OverflowTestMac.xcodeproj bb6f5ecc3d Sets deployment target to macOS 10.8 in Demo project. пре 8 година
OverflowTestMac-Info.plist f670be745b Update Demos пре 8 година
OverflowTestMacAppDelegate.h 903b417cd6 Update file headers and copyright пре 11 година
OverflowTestMacAppDelegate.m ad01c57307 Finish migrating log macros to log enum пре 11 година
OverflowTestMac_Prefix.pch e5f15c24b1 Renamed `Xcode` folder to `Demos` - contains remaining demo projects пре 11 година
Podfile e172f9754d Sets deployment target to macOS 10.8 about Demo project Pods. пре 8 година
ReadMe.txt e5f15c24b1 Renamed `Xcode` folder to `Demos` - contains remaining demo projects пре 11 година
SlowLogger.h 14edcb15ad Fix #imports пре 11 година
SlowLogger.m e5f15c24b1 Renamed `Xcode` folder to `Demos` - contains remaining demo projects пре 11 година
main.m 903b417cd6 Update file headers and copyright пре 11 година

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.