[log4cl-cvs] CVS update: log4cl/logger.lisp
Marco Baringer
mbaringer at common-lisp.net
Mon Mar 1 18:14:17 UTC 2004
Update of /project/log4cl/cvsroot/log4cl
In directory common-lisp.net:/tmp/cvs-serv6559
Modified Files:
logger.lisp
Log Message:
Uncomment the in-package form.
Date: Mon Mar 1 13:14:17 2004
Author: mbaringer
Index: log4cl/logger.lisp
diff -u log4cl/logger.lisp:1.1.1.1 log4cl/logger.lisp:1.2
--- log4cl/logger.lisp:1.1.1.1 Fri Feb 20 03:59:58 2004
+++ log4cl/logger.lisp Mon Mar 1 13:14:17 2004
@@ -18,7 +18,7 @@
;;;; *************************************************************************
-;;(in-package #:log4cl)
+(in-package #:log4cl)
(defparameter *levels* '(:debug :info :warning :error :fatal))
More information about the Log4cl-cvs
mailing list