XcodeColors icon indicating copy to clipboard operation
XcodeColors copied to clipboard

Setting custom colors for DDLogError does not work

Open John1843 opened this issue 9 years ago • 2 comments

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];

John1843 avatar Jul 23 '15 12:07 John1843

I have the same problem , I can set part of logs , but the others can not work perfect. xcode 7.2

brownfeng avatar Jan 04 '16 07:01 brownfeng

+1

mamaral avatar Jan 06 '16 15:01 mamaral