Searched refs:logfunc (Results 1 – 2 of 2) sorted by relevance
65 def readThread(output, stream, logfunc): argument66 if logfunc:69 logfunc(line.decode("utf-8", errors='replace').rstrip())
724 def __init__(self, logfunc, sock, logger, qemuoutput): argument731 self.logfunc = logfunc818 self.logfunc(data)822 self.logfunc(data, ".stdout")827 self.logfunc(data, ".2")