Command Reference : Command Reference
  
 
xlog
Switch on or off the external application log inside EViews.
Syntax
xlog(arg)
xlog is used to switch on or off the external COM application log window inside EViews. arg should be either “show” (to switch the log on), or “hide” (to switch it off).
Examples
xlog(hide)
switches off the log.
Cross-references
See “EViews COM Automation Client Support (MATLAB, R, Python)” for discussion.
See also xopen, xclose, xget, xput, and xrun.