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

application/framework's unique prefix for Core files #15

Closed aharren closed 11 years ago

aharren commented 13 years ago

Add a mechanism for prefixing the symbols from the Core files with the application/framework's unique prefix.

aharren commented 12 years ago

For certain configurations, we also need to customize the includes.

aharren commented 12 years ago

under construction: https://github.com/aharren/LibComponentLogging-embedded

aharren commented 12 years ago

will also fix #18

aharren commented 11 years ago

version 1.0.1 of lcl_embed is available: https://github.com/aharren/LibComponentLogging-embedded