Searched refs:logfunc (Results 1 – 2 of 2) sorted by relevance
67 def readThread(output, stream, logfunc): argument68 if logfunc:71 logfunc(line.decode("utf-8", errors='replace').rstrip())
692 def __init__(self, logfunc, sock, logger): argument695 self.logfunc = logfunc772 self.logfunc(data)