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