(in-package :empire-log) (defun info (&rest args) (apply #'format *standard-output* args) (terpri *standard-output*))