
Usage: /LOG [ON [<filename>]|OFF]
  Turn  on/off of the conference log.  /LOG without any arguments will
  indicate whether logging is currently done.  The default log file is
  DOORS:ASI/LOG/MTalk.LOG.<month><day>.  To specify your own file name
  supply  <filename>.  The log file is opened with "append" mode.  The
  buffer  size  is 4096 bytes by default and the minimum is 256 bytes.
  Currently,  only  normal  chat messages can be logged.  The log file
  has   the   following  format:
  [<date>  <time>]  <type>  <channel> (<sender>):  <message>

  The only <type> currently supported is "SAY".

  Example:
     /LOG ON
     /LOG ON RAM:mtalk.log

  See Also:
     /CONFIG LOGBUFSIZE

