# Log.write

## Description

Prints a message to the console.

## Input / Parameter

| Name  | Description                                                                                                                  | Input Type | Default | Options | Required |
| ----- | ---------------------------------------------------------------------------------------------------------------------------- | ---------- | ------- | ------- | -------- |
| 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

| Description                        | Output Type |
| ---------------------------------- | ----------- |
| Returns the formatted information. | Object      |

### Object

| Key     | Description                                                             | Output 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.

## Links
