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

missing import for the Foundation framework in lcl.h #1

Closed aharren closed 14 years ago

aharren commented 14 years ago

The compiler complains about a bad definition of the type _lcl_level_t if lcl.h is imported without a preceding import of the Foundation framework, e.g. if lcl.h is imported as the first file in the prefix header file or if no prefix header is used.

aharren commented 14 years ago

add missing import for the Foundation framework in lcl.h; closed by bf0b42e742e5a163a226cc4b6c6b5fca7b382caa