smallAreaHealthStatisticsUnit / rapidInquiryFacility

The Rapid Inquiry Facility (RIF) helps epidemiologists and public health researchers in environmental health activities.
GNU Lesser General Public License v3.0
14 stars 5 forks source link

Switch from Log4J to a more modern logging framework #105

Closed devilgate closed 5 years ago

devilgate commented 5 years ago

The modern recommendation would be SLF4J with Logback. SLF4J is just an interface, though: it can have one of several implementations, including Log4J, which might be a useful transitionary step.

devilgate commented 5 years ago

Duplicate of #86.