console.group([...label])
It
logs the message and increases indentation of subsequent lines by two spaces.
console.group("User '%s' login failed", "Krishna"); console.group("Please retry after some time"); console.group("If you forgot the password, please retry");
Output
User 'Krishna' login failed Please retry after some time If you forgot the password, please retry
No comments:
Post a Comment