Log.write

Description

Prints a message to the console.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

value

The message to be printed to the console. It will be printed as a string. If the message has no value, null will be printed.

Any

-

-

No

Output

DescriptionOutput Type

Returns the formatted information.

Object

Object

KeyDescriptionOutput Type

success

Boolean value to denote whether the function was executed successfully.

Text

message

The message to print.

Text

data

Any additional message or data to print.

Text

Callback

N/A

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Last updated