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

fix: switch from log4j to SLF4J #610

Merged
merged 6 commits into from
Jan 29, 2021

Commits on Dec 24, 2020

  1. SLF4J logging api

    This is a proof of concept. It demonstrates how SLF4J could be used
    as the Logging API.
    
    SFL4J is the standard logging API for open source Java libraries.
    sullis committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    15271f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

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

Commits on Jan 28, 2021

  1. add simple example

    thinkingserious committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    dc1777b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba2b873 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

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