new GroupMode( modeName [, greeting [, farewell [, func ] ] ] )

Description

Enum/helper for Logger groups.

Parameters
Name Type Attributes Description
modeName string

Mode name.

greeting string <optional>

Greeting when opening group.

farewell string <optional>

Salutation when closing group.

func string <optional>

console.func to use for opening group.

Details