|
Just for completeness…you can also
do this with @Python() ;) In your mappingfile: @Python(fooModule.myLogger,”My
log message”) In fooModule.py: from pyfme import FMELogFile logger = FMELogFile() def myLogger(feature,message): logger.log(message) The downside to this approach is that you
cannot (currently) embed python in a mapping file. Tom Safe Software From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ireland Hi Michael, Join us at the FME Worldwide User Conference Sept. 21-22, 2006 Vancouver BC Canada. For more information, visit www.safe.com/2006uc. YAHOO! GROUPS LINKS
__,_._,___ |
- RE: [fme] Re: Writing a Message to FME LOG file Tom Weir
