in clay/logger.py [0:0]
def emit(self, record): ''' Send a LogRecord object formatted as json_event via a queue and worker thread. ''' self.queue.put_nowait(record)