]> git.pond.sub.org Git - eow/blob - log.lisp
Skip meta table when dumping all tables
[eow] / log.lisp
1 (in-package :empire-log)
2
3 (defun info (&rest args)
4   (apply #'format *standard-output* args)
5   (terpri *standard-output*))
6