Skip to content

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 LogLevelVar(LogLevel)
Name No The name of the logger to use. shards StringVar(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.