Exemple #1
0
 def outPutMyLog(self, context):
     mylog = MyLog(context)
     mylog.runMyLog()
Exemple #2
0
 def outPutErrorMyLog(self, context):
     mylog = MyLog(context)
     mylog.runErrorLog()