Using Turbo Console with Console Ninja raise a problem. Turbo console creates log statements with couple of arguments.
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:
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?
Using Turbo Console with Console Ninja raise a problem. Turbo console creates log statements with couple of arguments. 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: 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?