Logs the console with pretty-print | Function
log(name: string, type: NoCliLogType, ...args: string[])
name
The title for the console entity
String
type
The priority level of the log
NoCliLogType
...args
What to log to the console
String[]
void
Last updated 3 years ago