fmeobjects.FMELogFile.allowDuplicateMessages

FMELogFile.allowDuplicateMessages(allowDuplicateMessages)

This routine sets the allow duplicate messages status of the logfile. If in duplicate message mode subsequent messages with the same text are logged, otherwise only the first message is logged and the duplicates are counted and a count is logged as the next line instead once a different message is logged. Default is False.

Parameters:

allowDuplicateMessages (bool) – When True, duplicate messages are not hidden in the log. Otherwise if False, log hiding of duplicate messages is enabled.

Return type:

None