# console.group(string label)
Create a new group in the debugging panel. Any subsequent output content is added a shrink that indicates that the content belongs to the current group.The group ends after calling console.groupEnd .
# parameter
# string label
Group marking, optional.
# Note
Valid only in tools, empty function implementation in vConsole.