3
I Use This!
Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 15 hours ago.
Jan 08, 2025 — Jan 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding hgignore file. More... almost 15 years ago
Improving support for loggers that buffer IO - Adding a flush method to the DDLogger protocol, which is invoked via DDLog's flushLog method. More... almost 15 years ago
Adding license file. Fixes issue #9 More... almost 15 years ago
Adding demo for global log levels. More... almost 15 years ago
Minor modification to better support garbage collection (draining autorelease pools instead of releasing them). More... almost 15 years ago
Renaming DEBUG definition to avoid conflicts (as it is rather common). More... about 15 years ago
Updating WebServerIPhone example Xcode project. This is the project that demonstrates the ability to connect to an iPhone application using a web browser, and view log messages in real time. The embedded HTTP server has been updated to the latest version available from the CocoaHTTPServer project. This also fixes issue #2 More... about 15 years ago
Minor bug fix - in case a Logger's loggerQueue method returns NULL. More... about 15 years ago
Further simplification of logging macros. Making it a bit easier to disable asynchronous logging. More... about 15 years ago
Bug fix for issue #5 - Memory leak if accessing the fileName property of a DDLogMessage. More... about 15 years ago
Adding the concept of a logging context to allow log messages to be "tagged" as coming from a particular component of the application. There is a corresponding Wiki article on the Google Code homepage explaining it in more detail. And a new example Xcode project has been added. More... about 15 years ago
Fixing compiler warnings. More... about 15 years ago
Fixing compiler warnings. More... about 15 years ago
Merging latest changes from CocoaHTTPServer project. (Bug fix for WebSocket support - now supports draft version 76 which is used in latest released versions of Chrome and Safari.) More... over 15 years ago
Bug fix - New DDAbstractLogger wasn't compatible with iOS 3.X More... over 15 years ago
Oops. Left some file references in an Xcode project. More... over 15 years ago
Adding thread-safe implementation of formatter/setFormatter, along with others. Also splitting the DDConsoleLogger into 2 files: DDASLLogger and DDTTYLogger. This makes it more clear what the console logger was previously doing, and also allows for parallel execution as well as the new ability to format each individually. Also adding minor optimization for uniprocessor machines. More... over 15 years ago
Bug fix for registered dynamic logging More... over 15 years ago
Fixing a compiler warning in the WebServer sample project. More... over 15 years ago
Fixing typo in benchmark graphs. The Y-axis was labeled milliseconds when it should have been seconds. More... over 15 years ago
Adding extra options to console logger. This allows you to output log statements to the Xcode console, but not to the Apple System Log (ASL). Or vice versa. More... over 15 years ago
Bug fix for issue #1 - Now supports universal apps that run on both iOS 4 (with GCD) and prior OS versions (without GCD). More... over 15 years ago
Fixing compiler warning on iOS 4 More... over 15 years ago
Initial commit More... over 15 years ago
Initial directory structure. More... over 15 years ago