def outPutMyLog(self, context): mylog = UserLog(context) mylog.runMyLog()
def outPutErrorMyLog(self, context): mylog = UserLog(context) mylog.runErrorLog()