-
Notifications
You must be signed in to change notification settings - Fork 418
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
orhanobut/logger vs xLog #104
Comments
@iadcialim You can go through the doc in README.md, you will know the differences. It's recommended to use |
@iadcialim Also you can take a look at the issue I created in |
Thank you @elvishew for the answer. After checking README and that ticket in orhanobut/logger#255, it's pretty clear that |
I really like the pretty logs in my logcat window and the ease of clicking on the class-line number link to jump to the line where its prints the logs - this is very convenient to us developers. |
It's possible, but you need to load by yourself(just like loading a normal file) and print the contents to logcat via |
Do you mean by parsing the contents of the log file and logging them again? |
Yes, but don't log them to file again, just log to logcat by specifying |
Do I need to run an android app for this to log again the contents of the log file? Or is there a way to easily feed the logfile into logcat? |
No, there is no such tool to "replay" the log file to the terminal. If you just want to "view" the content of the log file, why not just |
So that I can click on the link in the logs and it will jump on the file and line number in Android Studio =) |
If you The click-and-jump is a feature of Android Studio. |
Ya, it worked. Awesome man! |
Question. Sorry, but how is this different from https://github.com/orhanobut/logger?
The text was updated successfully, but these errors were encountered: