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: True or False.
    Warning
    True to include and False to not. Type: Boolean: True or False.
    Report
    True to include and False to not. Type: Boolean: True or False.
    Query
    True to include and False to not. Type: Boolean: True or False.
    Error
    True to include and False to not. Type: Boolean: True or False.

Description

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

See Also