OOF2: The Manual
Name
OOF.File.Annotate_Log — Write a message to the log file
Synopsis
OOF.File.Annotate_Log(message)
Details
- Parent Menu: OOF.File
-
Callback: function
_annotatelogmenucallbackin moduleooflib.common.IO.mainmenu -
Parameters:
message- Data to include in the log file. Type: A character string.
Description
Write information directly to the log file. This is not the log of Python commands that is saved by OOF.File.Save.Python_Log. Rather, this is the text that appears in the Message Window, which can be saved using the button in that window, or via the OOF.File.Save.Messages menu item.



