Log
Description:
Logs a message to the console.
Signature:
Log: function(level: LogLevel, msg: string)
Parameters:
Parameter | Type | Description |
---|---|---|
level | "Info" | "Warn" |
msg | string | The message to be logged. |
Description:
Logs a message to the console.
Signature:
Log: function(level: LogLevel, msg: string)
Parameters:
Parameter | Type | Description |
---|---|---|
level | "Info" | "Warn" |
msg | string | The message to be logged. |