If you want to load the contents of the log into the window, try this:

Code:
menu * {
  $iif($isfile($logdir $+ $mklogfn($active)),Load log):  loadbuf -a $qt($logdir $+ $mklogfn($active)) 
}