7max / log4cl

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

log4cl:project-options doesn't work. #32

Closed tmccombs closed 9 years ago

tmccombs commented 9 years ago

Attempting to call the project-options macro as log4cl:project-options raises the following condition (at least on sbcl):

The symbol "PACKAGE-OPTIONS" is not external in the LOG4CL-IMPL package.

However calling it as log4cl::project-options works fine. I also get that error if I try to describe 'log4cl:project-options, but agin describing 'log4cl::project-options works fine. I have no idea what would cause this to happen.

tmccombs commented 9 years ago

Oh, it is exported in the log package.