Chakroun-Anas / turbo-console-log

591 stars 141 forks source link

Can we in the future get option to wrap the console.log inside the console.group and console.groupEnd #112

Open Raju opened 3 years ago

Raju commented 3 years ago

So, can we get option to wrap the console.log inside the console.group and console.groupEnd.

If "wrap console.log inside group and groupEnd" is false it fallback to console.log as a single console. image

If "wrap console.log inside group and groupEnd" is true it fallback to add a console.log inside the console.group and console.groupEnd. image