Hello World
Simple
It is as simple as:
Toolbox.Log("Hello World");
Advanced
If you would like to change the log level:
Toolbox.Log("Hello World", LogLevel.Error);
Compile and run one of these commands then check the log.
It is as simple as:
Toolbox.Log("Hello World");
If you would like to change the log level:
Toolbox.Log("Hello World", LogLevel.Error);
Compile and run one of these commands then check the log.