LibComponentLogging-Core
LibComponentLogging-Core copied to clipboard
Using %s directive in CFString warning in XCode 6.3
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 to # define _lcl_logger(_component, _level, _format, ...) in lcl.h file
The issue is reproducible in "LibComponentLogging-LogFile-Example project".
Do you use the NSLog-based logger? It looks like the %s warnings originate from the added fields for component, level, file, function.