-
Notifications
You must be signed in to change notification settings - Fork 233
Debug
Adrien GIVRY edited this page Sep 26, 2020
·
3 revisions
Some global debug functions
This usertype has no variables
This usertype has no constructors
Name | Input | Output | Description |
---|---|---|---|
Log |
string : message |
Log a message to the console with Default severity |
|
LogInfo |
string : message |
Log a message to the console with Info severity |
|
LogWarning |
string : message |
Log a message to the console with Warning severity |
|
LogError |
string : message |
Log a message to the console with Error severity |
This usertype has no operators