robbiehanson / XcodeColors

XcodeColors allows you to use colors in the Xcode debugging console. It's designed to aid in the debugging process.
2.23k stars 268 forks source link

Setting custom colors for DDLogError does not work #48

Open John1843 opened 9 years ago

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

brownfeng commented 8 years ago

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

mamaral commented 8 years ago

+1