LibComponentLogging-Core icon indicating copy to clipboard operation
LibComponentLogging-Core copied to clipboard

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...

Results 7 LibComponentLogging-Core issues
Sort by recently updated
recently updated
newest added

The files (not installed with the Pod) currently give build errors in Xcode 8. It looks like the main culprit is this bit of code. The complier seems to get...

I know this is a large and open question for a macro based library like LCL, but are there any thoughts about adding Swift support? Right now I'm working on...

After update to XCode 6.3 the following warning has shown: "Using %s directive in CFString which is being passed as a formatting argument to the formatting CFfunction" The warning point...

When building a module with LibComponentLogging-Core, the X macro-styled includes for the log components do not work.

When i build my project, i don't have any errors, but as soon as the compile is over, i have a few errors pop up. ie: /Users/olivier/Documents/elektra/src/elektra/elektra/ELEFetchedResultsViewControllerWithTableView.m:42:13: Implicit declaration of...

I'm trying to use LibComponentLogging in a library/framework that is used by an app that also wants to use LCL. I'm not sure it's currently possible to have both the...

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).