yuhua-chen / MCLog

Xcode plugin for filtering the console area.
MIT License
584 stars 55 forks source link

MCLog not playing nice with CocoaLumberjack #21

Open benf1977 opened 9 years ago

benf1977 commented 9 years ago

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 9 years ago

same problem here..

alexlee002 commented 9 years ago

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 8 years ago

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