Skip to content

log

log(text, color) ⇒ void

Make a log with or without color

Kind: global function
Returns: void - void

ParamType
textString
colorString

Example

log('Something')
log('Something', listLogColor.FgRed)