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 | A prefix string to be added to the log message. | none |
String |
Level |
No | The logging level to use. | LogLevel::Info |
LogLevel Var(LogLevel) |
Name |
No | The name of the logger to use. | shards |
String Var(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.