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

Add Slf4j2 Module #7

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Commits on Jul 5, 2024

  1. Add Slf4j2 Module

    This implements the new SLF4JServiceProvider interface, and registers it with a ServiceLoader, as explained here: https://www.slf4j.org/faq.html#changesInVersion200
    
    It depends on the old module and exposes the new interface, and will be picked up first when running on SLF4J versions 2 and above.
    andimiller committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ae2cbbb View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    fb7f5fd View commit details
    Browse the repository at this point in the history