console

console.print(text)
console.log(text)
console.warn(text)
console.error(text)

Print out a string.

Warning

Ensure that the string is < 4096 characters, or else it will not print out the intended string.

Arguments:
  • text (string) – Text to be printed.