Ejemplo n.º 1
0
 def echo(self, msg, msgType=fxApp.MSGTYPES.MSG):
     '''
     Simple echo function for debug/error output.
     '''
     #type: debug
     #if(msgType == fxApp.MSGTYPES.DEBUG and self.debug != True):
     #    return
     
     #type: catchall
     fxApp.echo(msg, msgType, "FXGraph")
Ejemplo n.º 2
0
 def echo(self, msg, msgType=fxApp.MSGTYPES.MSG):
     '''
     Simple echo function for debug/error output.
     '''
     fxApp.echo(msg, msgType, "FXPlot")