Heya, i want to print messages to log either using ANSI color support alas:
console.log('\u001b[32 [PIX 19_KUBEJS_RECIPE_MASTER] Tagging complete!')
Where \u001b[32 would be the escape sequence.
^ This one does not work.
Which is supported in windows and unix consoles or using the [WARN] and [ERROR] Log levels from Log4J
Is there a way to do this using the console.log function?