You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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];
The text was updated successfully, but these errors were encountered: