Chakroun-Anas / turbo-console-log

593 stars 141 forks source link

Using Turbo Console Log with Console Ninja Inconvenience #230

Open bbuukk opened 7 months ago

bbuukk commented 7 months ago

Using Turbo Console with Console Ninja raise a problem. Turbo console creates log statements with couple of arguments. image so when displayed, jlog generated by turbo console splits into half and displays arguments on different level.

When we making a log with additional message, we would like to get something like this: image where value and message describing it are in one line, that is so much more readable!

Is there any option to make turbo console log make use of string templates, not arguments in order to handle such problem?