Found cl-def and a couple of other packages in the cl-dwim project. I'm stuck with a compile-time problem now:<br><br>; in: DEFLOGGER SQL-LOG<br>;     (IT.BESE.ARNESI:DEFLOGGER CL-RDBMS::SQL-LOG NIL :LEVEL IT.BESE.ARNESI:+WARN+
<br>;                             :COMPILE-TIME-LEVEL IT.BESE.ARNESI:+INFO+ :APPENDER<br>;                             (MAKE-INSTANCE 'CL-RDBMS::SQL-LOG-APPENDER :STREAM<br>;                                            *DEBUG-IO*))
<br>; <br>; caught ERROR:<br>;   (during macroexpansion of (DEFLOGGER SQL-LOG ...))<br>;   error while parsing arguments to DEFMACRO DEFLOGGER:<br>;     unknown keyword: :COMPILE-TIME-LEVEL; expected one of :DOCUMENTATION, :APPENDERS, :APPENDER, :LEVEL
<br><br><br clear="all">Any pointers?<br><br>Saurabh.<br>-- <br><a href="http://nandz.blogspot.com">http://nandz.blogspot.com</a><br><a href="http://foodieforlife.blogspot.com">http://foodieforlife.blogspot.com</a>