Ejemplo n.º 1
0
def printmsg(strVal):
	gzSupport.addMessageLocal(strVal)
Ejemplo n.º 2
0
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")