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

JAPI-110 Add log4j support #202

Merged
merged 2 commits into from Sep 26, 2018
Merged

JAPI-110 Add log4j support #202

merged 2 commits into from Sep 26, 2018

Commits on Sep 25, 2018

  1. JAPI-110 Add log4j support

    - Added log4j as a dependency
    - Added log4j.properties file
    - Replaced current logging functionality with log4j
    
    Signed-off-by: James McMullan <James.McMullan@lexisnexis.com>
    jpmcmu committed Sep 25, 2018
    Copy the full SHA
    e79cf13 View commit details
    Browse the repository at this point in the history
  2. Code review changes

    - Moved to an older version of log4j that doesnt require newer Java versions
    - Deprecated Utils.print & Utils.println
    - Changed default log level in print & println to info / warn
    - Added log function to Utils for end users to potential use
    - Reversed logging changes in rdf2hpcc & clienttools
    jpmcmu committed Sep 25, 2018
    Copy the full SHA
    83a2aec View commit details
    Browse the repository at this point in the history