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

MCLog not playing nice with CocoaLumberjack #21

Open
benf1977 opened this issue May 31, 2015 · 3 comments
Open

MCLog not playing nice with CocoaLumberjack #21

benf1977 opened this issue May 31, 2015 · 3 comments

Comments

@benf1977
Copy link

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

abbood commented Jun 2, 2015

same problem here..

@alexlee002
Copy link
Contributor

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

@woaibujian
Copy link

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

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

4 participants