-
-
Notifications
You must be signed in to change notification settings - Fork 197
[Request] Apply Font Colors to Console Output to Improve Differentiation #719
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
Comments
For Android which is really really chatty: I really recommend trying to integrate PID Cat. PID Cat is a fork of logcat-color which is »A colorful and highly configurable alternative to the standard "adb logcat" command from the Android SDK». The difference is that PID Cat must be started with a package namespace as an argument. E.g:
...and only shows logs from that package. As we all know, the Android log is really noisy and we really just want the logs of the current app. PID Cat/logcat is also configurable so that you can say that the "tag" (the type of message... ish) See screenshot of my (default configured) PID Cat. |
Is it done or not? How to use it? |
Hey @webleaf , |
@rosen-vladimirov stumble upon that issue looking for a solution to mine + questions:
EDIT: for the second part, i actually found out it is an issue with |
This would be super helpful! Being able to use |
chalk could be used |
Currently, the CLI provides a great deal of information when running applications against a device like an iPhone. At times, it can be difficult to pick out
console.log()
statements from your application because the font color is the same for all output that's emitted to the console.Request: Apply specific font colors to different message types (i.e.
console.log()
vs info vs warnings vs errors vs device logs) that are output to the console.The text was updated successfully, but these errors were encountered: