lambdaisland

plexus 2022-12-02T09:07:36.473769Z

glogi is a wrapper around goog.log, part of the google closure library, so the first question is if goog.log supports group

plexus 2022-12-02T09:08:34.812329Z

looking at that MDN article I would think we don't need explicit support though, just call console.group/`endGroup` yourself, in between calls to glogi

👍 1