|
__init__()
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
a new object with type S, a subtype of T
|
|
None
|
activityMessage(message)
Provide an activity feedback message to command line users. |
|
|
None
|
allowDuplicateMessages(allowDuplicateMessages)
This routine sets the allow duplicate messages status of the logfile. |
|
|
bool
|
|
string
|
getFileName()
Get the name of the file that is currently being used to log
messages. |
|
|
bool
|
getHeldMessages()
Retrieve any held messages and clear the held messages buffer. |
|
|
|
getMessage(messageNumber,
messageParameters)
This method returns the message mapped from messageNumber in
FME_HOME/messages/fmemessages.fms. |
|
|
bool
|
getSilent()
Get the 'silent' status of the logfile. |
|
|
None
|
holdMessages(holdMessages)
Inform FME whether or not log messages should be held. |
|
|
None
|
logException(exception,
severity)
Log an exception to the logfile. |
|
|
None
|
logFeature(feature,
severity,
maxCoords)
Log a feature to the logfile. |
|
|
None
|
logMessage(messageNumber,
parameters,
severity)
Log a message to the log file. |
|
|
None
|
|
int
|
numFeaturesLogged()
Return the total number of features logged. |
|
|
None
|
setCallBack(function)
Provide FME with a callback function that will be called whenever a
message is logged. |
|
|
None
|
setFileName(fileName,
append)
Set the name of the file that is currently being used to log
messages. |
|
|
None
|
silent(silent)
Set the 'silent' status of the logfile. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|