functional overview
Outputs debug logs.
Details of Functions
character string,additional character string,... concatenated strings are inserted into the debug log.
Outputs only if the project's debug log output is enabled in the properties of the application menu.
- attention (heed)
- If Log output on the ribbon is disabled, no logs will be displayed on the Debug Log tab, and therefore no logs from this logic will be displayed.
- note
- If the process is built in the following steps, the "Output Log" will appear in the Debug Log tab.
procedure Comment logic name (programming language) Details of processing, etc. 1 vibration Device/Vibration 2 debug log Control statement/debug log String "Aiueo ABC
12345"3 vibration Device/Vibration
When the ribbon's Log output is enabled and the project's debug log output is enabled
Output logs☆Start of processing logic: --------------------------------------------------
Logic start Device/Vibration
◇[Success] Processing result
End of logic Device/Vibration
Logic start Control statement/debug log
◇AiaueoABC12345
End of △ logic Control statement/debug log
Logic start Device/Vibration
◇[Success] Processing result
End of logic Device/Vibration
☆ Processing logic Normal completion -------------------------------------------------- - When the ribbon's Log output is enabled and the project's debug log output is disabled
Output logs☆Start of processing logic: --------------------------------------------------
Logic start Device/Vibration
◇[Success] Processing result
End of logic Device/Vibration
Logic start Device/Vibration
◇[Success] Processing result
End of logic Device/Vibration
☆ Processing logic Normal completion --------------------------------------------------
parameter
- argument (e.g. function, program, programme)
-
character string character string data
Specifies the string to be output.additional character string character string data
Specifies the string to be output. (additional argument)
- return value
- without