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

_lcl_vOff should be a public symbol #3

Closed aharren closed 14 years ago

aharren commented 14 years ago

The _lcl_vOff symbol, which represents the turned-off log level, should be a public symbol, because it can be used in calls to the lclconfigure* functions.

aharren commented 14 years ago

make _lcl_vOff a public symbol; closed by d90c8e3ac4c530d7e25f3f58d13f7e83a6ff340e