1. (defun log-analyzer ()
    2. #'(lambda (c)
    3. (make-instance 'malformed-log-entry :text (text c))))))
    4. (analyze-log log))))