def emit()

in awslambdaric/bootstrap.py [0:0]


    def emit(self, record):
        msg = self.format(record)
        self.log_sink.log(msg)