Esempio n. 1
0
 def outPutMyLog(self, context):
     mylog = UserLog(context)
     mylog.runMyLog()
Esempio n. 2
0
 def outPutErrorMyLog(self, context):
     mylog = UserLog(context)
     mylog.runErrorLog()