Use this command to activate the log window. The log window is a dockable window with three tabs: the Test Log, Debug Log, and Build Log.
The Test Log Tab displays the test data or results generated by ATEasy when a program is running. Any debugging information generated by your application automatically goes to the test log.
However, if you want to ensure that the test log contains only test data, you can route debugging information to the Debug Log. To route debugging information to the debug log, use the DebugLog.Append statement.
The Build Log tab displays ATEasy compilation information, including compiler error messages and any actions taken by ATEasy. This log is useful for debugging because it displays all information pertaining to the execution of code, including compiler errors.
For more information about the Log window, see Using the Log Window in the ATEasy Development Environment.