Log Commands
From UBot Studio
(Difference between revisions)
(Created page with "The '''Log Commands''' allows for the testing, logging and sectioning of commands within a script for debugging purposes. File:logcomm.jpg == List of Log Commands == ...") |
|||
Line 5: | Line 5: | ||
− | + | == List of Log Commands == | |
Latest revision as of 14:23, 16 August 2015
The Log Commands allows for the testing, logging and sectioning of commands within a script for debugging purposes.
[edit] List of Log Commands
- Establish: Tests to see if the scripting environment (the webpage, a variable, a list, etc) is as it should be for the bot to run successfully.
- Purpose: Writes a message to a log file that provides an overview of what a bot is trying to accomplish.
- Activity: Is used to split up and describe the various tasks that a bot accomplishes.
- Section: A container command that runs commands within it once. Created to work with the log commands.
- Log: Writes a message to a log file.