示例#1
0
class LogOutput(object):

    def __init__(self):
        self.system_output = FileWriter()

    def output(self, a_input):
        self.system_output.write_file(a_input, "../in_out_components/Log.record", "a")
示例#2
0
 def __init__(self):
     self.system_output = FileWriter()