aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPLogger.h
Commit message (Collapse)AuthorAgeFilesLines
* Add the option to set whether or not old leaks logs are deleted.stuconnolly2010-04-251-4/+7
|
* Enhance SPLogger by adding the ability to run leaks() against the ↵stuconnolly2010-04-241-2/+39
| | | | | | | | | application upon termination with the result being written to /tmp. To enable call setDumpLeaksOnTermination on SPLogger. Note, that SPLogger has been restructed to accommodate calling this method without writing the additional log file to the user's desktop. Could probably be enhanced a bit by someone with better C skills than me.
* Tidy up.stuconnolly2009-11-071-2/+2
|
* - Add a "SPLogger" class to allow easy debug builds when attempting to ↵rowanbeentje2009-08-211-0/+39
pinpoint the cause of specific user issues; see SPLogger.m for very brief usage notes