コード例 #1
0
def printmsg(strVal):
	gzSupport.addMessageLocal(strVal)
コード例 #2
0
ファイル: gseLoaderFME.py プロジェクト: Gizinta/gseFP
def msg(val):
    # simple print message function - want to log messages to screen and log file
    strVal = str(val)
    gzSupport.addMessageLocal(strVal)
    global log
    log.write(strVal + "\n")