log

Logs the console with pretty-print | Function

log(name: string, type: NoCliLogType, ...args: string[])
Parameter
Description
Type

name

The title for the console entity

String

type

The priority level of the log

NoCliLogType

...args

What to log to the console

String[]

Returns

void

Last updated