log()
Last updated 12/09/2024
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;
Parameter | Type | Description |
---|---|---|
value | any | The value required to write to the console |