OOF2: The Manual

Name

OOF.File.Save.Messages — Save the message logs from the message windows to a file.

Synopsis

OOF.File.Save.Messages(filename,mode,Log,Warning,Report,Query,Error)

Details

  • Parent Menu: OOF.File.Save
  • Callback: function saveMessages in module ooflib.common.IO.reporterIO
  • Parameters:

    filename
    Name of the file. Type: A character string.
    mode
    'w' to (over)write and 'a' to append Type: An object from the WriteMode enumerated class.
    Log
    True to include and False to not. Type: Boolean, 0 (false) or 1 (true).
    Warning
    True to include and False to not. Type: Boolean, 0 (false) or 1 (true).
    Report
    True to include and False to not. Type: Boolean, 0 (false) or 1 (true).
    Query
    True to include and False to not. Type: Boolean, 0 (false) or 1 (true).
    Error
    True to include and False to not. Type: Boolean, 0 (false) or 1 (true).

Description

Unlike other OOF.File.Save menu varieties, messages are saved only in an ascii format for an obvious reason.