fmeobjects.FMELogFile.logFeature¶
-
FMELogFile.
logFeature
(feature, severity, maxCoords)¶ Log a feature to the logfile.
Parameters: - feature (FMEFeature) – The feature is not modified.
- 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
. - maxCoords (int) – (Optional) Default value: 20. Control how many coordinates to output. A value of -1 means all coordinates will be output.
Return type: