Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log4cl not detecting existing package name #24

Open
orthecreedence opened this issue Feb 19, 2014 · 0 comments
Open

log4cl not detecting existing package name #24

orthecreedence opened this issue Feb 19, 2014 · 0 comments

Comments

@orthecreedence
Copy link

I'm getting this when doing

(defpackage :turtl
  ...)
(in-package :turtl)
(log:config '(turtl) :debu1)

Gives me:

Logger named #1=(TURTL) not found. If you want to create it, use (LOG:CONFIG (LOG:LOGGER #1#) ...) instead

Oddly enough, if I change the load order in the .asd to make the (log:config '(turtl) :debu1) later, it works. Is this possibly some kind of race condition between the package being declared and the log:config call?

Thanks for the great library. I'm using it in all my new projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant