fmeobjects.FMELogFile.logException
- FMELogFile.logException(exception, severity)
Log an exception to the logfile.
- Parameters:
exception (Exception) – The exception to log.
severity (int) –
(Optional) The message level. Default value is
FME_INFORM.Must be one of
FME_INFORM,FME_WARN,FME_ERROR,FME_FATAL,FME_STATISTIC, orFME_STATUSREPORT.
- Return type:
None