fmeobjects.FMELogFile.logMessageString¶
-
FMELogFile.
logMessageString
(message, severity)¶ Log a simple string to the log file. For Python 2.7, strings can be input as one of two possible types: system encoded strings or unicode strings.
Parameters: - message (six.string_types) – This is the message string.
- 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: