Is it possible to create another instance of the javascript console
In browser, consoles cannot be instantiated. Only one instance exists. So to group data together you need to create new own separate method which will save all messages and output them into some place.
In Node.JS you can create new instances of Console
class and set out/err streams for new instance.
https://nodejs.org/api/console.html#new-consolestdout-stderr-ignoreerrors