Hacker News new | ask | show | jobs
by puppetmaster3 3699 days ago
I doubt that you have used the SLF4J bridge in any realsitic situation, else you would not say that it works.
1 comments

I have and it works fine.
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.

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.