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