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 example to demonstrate DispatchQueueLogFormatter More... about 14 years ago
Adding mention of mailing list in project readme. More... about 14 years ago
Project moved to GitHub More... about 14 years ago
Merge branch 'master' of github.com:robbiehanson/CocoaLumberjack More... about 14 years ago
Adding some sample formatters. More... about 14 years ago
Tweaking readme file More... about 14 years ago
Adding readme for GitHub More... about 14 years ago
Merge pull request #4 from rsobik/master More... over 14 years ago
Fixing typo More... over 14 years ago
Enables logging of GCD queue names More... over 14 years ago
Merge pull request #3 from alexrinass/use-logs-directory More... over 14 years ago
Merge pull request #2 from rsobik/master More... over 14 years ago
Tweaks to performance testing output, and Xcode project "modernization" More... over 14 years ago
Switching from a linked list to a mutable array with fast enumeration (for the list of loggers). This also fixes issue #15 More... over 14 years ago
Use the official OS X logs directory in FileLogger. More... over 14 years ago
Updated .gitignore file More... over 14 years ago
Bug six for issue #14 - Crashes when using ver 4.3+ simulator. Special thanks to Neal Maloney for identifying the problem. More... over 14 years ago
Bug fix for issue #6 - crash in registered dynamic logging on iOS when voice over is enabled. Special thanks to carpeaqua for the patch More... over 14 years ago
Adding unit tests for registered dynamic logging. More... over 14 years ago
Adding gitignore file More... over 14 years ago
API Change - The low-level macro was setup to take a boolean flag that indicated whether the log statement was to be executed synchronously or asynchronously. The meaning of the boolean flag has been flip-flopped. Also, the macros have been improved to demonstrate how to better control the asynchronous options. More... over 14 years ago
Just adding a few comments. More... over 14 years ago
Minor bug fix for compiler warning (NSTimeInterval is a double) More... over 14 years ago
Fixing typo in LOG_C_MACRO definition. More... over 14 years ago
Merging changes from GitHub (coryroloff): Implemented a custom description method for the DDLogFileInfo class More... over 14 years ago
Adding the ability to specify a custom logsDirectory to DDLogFileManagerDefault. More... over 14 years ago
Adding sample implementation of a raw SQLite Logger using FMDB. More... almost 15 years ago
Adding sample implementation of a CoreDataLogger. More... almost 15 years ago
Adding a base implementation of a database logger. A concrete implementation can easily be built atop this base implementation for whatever database is desired. More... almost 15 years ago
The abstract logger now implements loggerName and provides a sane default name. More... almost 15 years ago