Skip to main content

log()

Last updated 12/09/2024

log()

The

log()
is a function on the
Five
object which is used to print any kind of variables declared, or to just print any message to the Logs page on the Five Inspector.
log()
is useful for testing and debugging purposes, ensure to have the Five Inspector open and be on the Logs page to see the logs.

Available

Client and Server

Function Signature
log(value: any) : void;

ParameterTypeDescription
value
anyThe value required to write to the console

Examples

log()