Open John1843 opened 9 years ago
I can set custom colors for all log levels in CocoaLumberjack, but it does not work for the error level. The text just remains white on black background
Works: [[DDTTYLogger sharedInstance] setForegroundColor:UIColor.redColor backgroundColor:UIColor.whiteColor forFlag:DDLogFlagWarning];
No effect: [[DDTTYLogger sharedInstance] setForegroundColor:UIColor.redColor backgroundColor:UIColor.whiteColor forFlag:DDLogFlagDebug];
I have the same problem , I can set part of logs , but the others can not work perfect. xcode 7.2
+1
I can set custom colors for all log levels in CocoaLumberjack, but it does not work for the error level. The text just remains white on black background
Works: [[DDTTYLogger sharedInstance] setForegroundColor:UIColor.redColor backgroundColor:UIColor.whiteColor forFlag:DDLogFlagWarning];
No effect: [[DDTTYLogger sharedInstance] setForegroundColor:UIColor.redColor backgroundColor:UIColor.whiteColor forFlag:DDLogFlagDebug];