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

Allow multiple back-ends to be configured #21

Closed jdzak closed 6 months ago

jdzak commented 11 years ago

Currently it's possible to only configure one back-end. It would be nice to be able to configure multiple (e.g. NSLog and LogFile).

aharren commented 11 years ago

Back-ends usually provide a way to mirror log messages to stderr.

Keeping this issue as a reminder for future releases.