question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Request] Apply Font Colors to Console Output to Improve Differentiation

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:7
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
webleafcommented, Sep 2, 2019

chalk could be used

0reactions
7ammercommented, Aug 27, 2019

This would be super helpful!

Being able to use console.log(util.inspect({test:'foo'}, { colors: true, showHidden: true, depth: 4 })) would be super too!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to color words in different colours in a Console.WriteLine ...
I've created a new static class called ConsoleWriter. To set foreground color: ConsoleWriter.WriteLine("{FC=Red}This text will be red.
Read more >
Colorful Console Message 🌈 | SamanthaMing.com
Console Font Color in node.js. If you're running node.js application, you can use the color reference of text to style your messages. Stack...
Read more >
How to Style console.log Contents in Chrome DevTools - Telerik
This post demonstrates how to add CSS styling to the console output in ... console.log("%cThis is a default font style","color: blue; ...
Read more >
Use display and text size preferences on your iPhone, iPad ...
... your text, make it bold, increase contrast, apply color filters, ... you can use Color Filters to help you differentiate between colors....
Read more >
Colors and Styling for Visual Studio - Microsoft Learn
Users are prompted to select a theme during their first use of Visual Studio and are able to switch themes later by going...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found