foundationkit / FoundationKit

Everything that really should be in Foundation, but isn't. Future-proof with ARC
Other
80 stars 9 forks source link

Logging inside of FoundationKit #36

Closed myell0w closed 13 years ago

myell0w commented 13 years ago

If we don't use a proper Logging Framework we should at least use a macro for logging to be able to shut down logging inside the framework completely.

myell0w commented 13 years ago

I currently added FKLogDebug and FKLogAlways in FKInternal.h for framework-internal logging, feel free to reopen this issue for further discussion.