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