yuhua-chen/MCLog

MCLog not playing nice with CocoaLumberjack

benf1977 opened this issue · 3 comments

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.

same problem here..

Yes, it's better to support CocoaLumberjack. But I'm busy these months... I'll add this feature to my TO-DO list.

Also miss the log text color (XcodeColors plugin) randomly.