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

Unable to see log inside the console window in iOS application. #780

Closed
qureship786 opened this issue Sep 25, 2016 · 2 comments
Closed

Unable to see log inside the console window in iOS application. #780

qureship786 opened this issue Sep 25, 2016 · 2 comments
Labels

Comments

@qureship786
Copy link

I want to implement an in app log viewer that not only shows the list of all log files inside that application (using DDLogger to perform message logging) and enables user to view the logs of a particular log file. This functionality also allows to perform a search inside a given log file. I have tried LumberjackConsole but it is not working for file logging. The issue is related to this. I am referring that issue in here too as that console is using CocoaLumberJack as its base. One probable reason seems to me behind this is that the console is creating a different logging instance then referring to the file logger that I created.

Any idea on how to resolve this issue ?

Thanks

@stale
Copy link

stale bot commented Oct 10, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions.

@stale stale bot added the Stale label Oct 10, 2018
@bpoplauschi
Copy link
Member

Per the linked issue, need to use the latest versions of both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants