aharren / LibComponentLogging-Core

A small logging library for Objective-C applications (Mac OS X and iPhone OS/iOS) which provides conditional logging based on log levels and log components. Additionally, different logging strategies can be used, e.g. writing log messages to a file or sending them to the system log, while using the same logging interface.
http://0xc0.de/LibComponentLogging
110 stars 11 forks source link

provide an extension to store/restore log level settings to/from user defaults #9

Closed aharren closed 14 years ago

aharren commented 14 years ago

Provide an extension which stores the current settings of the log levels in the user defaults and restores them on the next launch of the application.

aharren commented 14 years ago

This extension will have its own repository at http://github.com/aharren/LibComponentLogging-UserDefaults

aharren commented 14 years ago

Version 1.0.1 of the UserDefaults extension is available.