rbeckman-nextgen / test-mc3

0 stars 0 forks source link

Switch from log4j to SLF4J/logback for logging #1695

Open rbeckman-nextgen opened 4 years ago

rbeckman-nextgen commented 4 years ago

Reasons for making the switch are listed here:

http://logback.qos.ch/reasonsToSwitch.html

Some highlights:

Not to mention the author of log4j has said that he will stop development on the project.

Consider using a tool to automate the conversion:

http://www.slf4j.org/migrator.html

Imported Issue. Original Details: Jira Issue Key: MIRTH-1728 Reporter: geraldb Created: 2011-01-25T14:30:42.000-0800

rbeckman-nextgen commented 4 years ago

Need to use a bridge from java.util.logging to SLF4J:

http://www.slf4j.org/api/org/slf4j/bridge/SLF4JBridgeHandler.html

Imported Comment. Original Details: Author: geraldb Created: 2011-10-20T10:31:50.000-0700