Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting custom colors for DDLogError does not work #48

Open
John1843 opened this issue Jul 23, 2015 · 2 comments
Open

Setting custom colors for DDLogError does not work #48

John1843 opened this issue Jul 23, 2015 · 2 comments

Comments

@John1843
Copy link

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
Copy link

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

@mamaral
Copy link

mamaral commented Jan 6, 2016

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants