АТ
Size: a a a
АТ
АТ
<Ч
<Ч
class StreamToLogger:
def __init__(self, in_logger):
self.logger = in_logger
self.linebuf = ''
def write(self, buf):
for line in buf.rstrip().splitlines():
self.logger.info(line.rstrip())
АТ
<Ч
<Ч
D
S
S
БГ
class StreamToLogger:
def __init__(self, in_logger):
self.logger = in_logger
self.linebuf = ''
def write(self, buf):
for line in buf.rstrip().splitlines():
self.logger.info(line.rstrip())
<Ч
БГ
<Ч
БГ
<Ч
БГ
<Ч