7max / log4cl

Common Lisp logging framework, modeled after Log4J
Apache License 2.0
103 stars 32 forks source link

Specialize args LOGGER, LOG-FUNC on T to eliminate unused warnings. #28

Closed markhdavid closed 9 years ago

markhdavid commented 9 years ago

Eliminates warnings before this change that look something like

;Compiler warnings for "home:lisp;quicklisp;local-projects;log4cl;src;appender-base.lisp.newest" : ; In (APPENDER-DO-APPEND :AROUND (APPENDER T T T)) inside an anonymous lambda form: Unused lexical variable LOGGER ; In (APPENDER-DO-APPEND :AROUND (APPENDER T T T)) inside an anonymous lambda form: Unused lexical variable LOG-FUNC ; Warning: Lisp compilation had style-warnings while compiling #<CL-SOURCE-FILE "log4cl" "src" "appender-base">

markhdavid commented 9 years ago

Hi Max, what's up? Can we get this done? Thank you