LogType¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
The value whose type will be logged to the console. | Any |
||
Output ➡️ |
The same value that was inputted, unmodified. | Any |
||
Prefix |
No | The message to prefix to the logged output. Note: the prefix will include a colon ':' before the value. | `` | String |
Level |
No | The level of logging. | LogLevel::Info |
LogLevel |
Name |
No | The name of the logger to use, the default is 'shards'. | shards |
String |
Logs the type of the value to the console along with an optional prefix string. The logging level can be specified to control the verbosity of the log output.