Command Reference : Command Reference
  
 
logclose
Closes one or more or all message log windows.
Use this command any time from the command line or from within a program to close the log windows.
Syntax
logclose logwindow_list
where logwindow_list is a list of log windows to close: “@all” will close all log windows, while “arg1 arg2 arg3” will close the log windows ARG1, ARG2, and ARG3.
Examples
To close all log windows:
logclose @all
To close the log windows FIRSTRUN and SECONDRUN:
logclose firstrun secondrun
Cross-references
See “Program Message Logging” for details.
See also logmode, logmsg, and logsave.