]> git.pond.sub.org Git - eow/blobdiff - log.lisp
Add logging package. Handle flush prompts.
[eow] / log.lisp
diff --git a/log.lisp b/log.lisp
new file mode 100644 (file)
index 0000000..478e372
--- /dev/null
+++ b/log.lisp
@@ -0,0 +1,6 @@
+(in-package :empire-log)
+
+(defun info (&rest args)
+  (apply #'format *standard-output* args)
+  (terpri *standard-output*))
+