Hacker News new | ask | show | jobs
by puppetmaster3 3699 days ago
I don't believe you.

Even the docs say it does not work w/ multiple loggers. But I'm not here to teach, good luck.

1 comments

You're quite simply wrong - the docs do not say that anywhere.

What they do say is that you are not allowed to route loggers circularly - if you route (for example) JUL through SLF4J, you are not allowed to route that output back to JUL, otherwise messages would never be dumped to output.

That's why I said that you have not used it in anger in production environments. Anyway, good luck.