log
log(text, color) ⇒ void
Section titled “log(text, color) ⇒ void”Make a log with or without color
Kind: global function
Returns: void - void
| Param | Type |
|---|---|
| text | String |
| color | String |
Example
log('Something')log('Something', listLogColor.FgRed)