MCLog not playing nice with CocoaLumberjack
benf1977 opened this issue · 3 comments
benf1977 commented
I noticed that log statements were not be output to my console a short time after starting my run. In my app delegate's didFinishLaunching I call:
[DDLog addLogger:[DDASLLogger sharedInstance]];
[DDLog addLogger:[DDTTYLogger sharedInstance]];
I see a few log statements appear, but then they stop. Perhaps MCLog is changing up the TTY logger at some point after launch? I haven't looked into the source code for either project.
abbood commented
same problem here..
alexlee002 commented
Yes, it's better to support CocoaLumberjack. But I'm busy these months... I'll add this feature to my TO-DO list.
woaibujian commented
Also miss the log text color (XcodeColors plugin) randomly.