Refactor additional loggers for log4jv2

This commit is contained in:
Patrick Trottier
2018-03-22 19:52:52 -04:00
committed by Mark H. Wood
parent 35b5c6c321
commit bda4fa0ba7
19 changed files with 38 additions and 29 deletions

View File

@@ -28,7 +28,8 @@ import org.springframework.beans.factory.annotation.Autowired;
* @author kevinvandevelde at atmire.com
*/
public class MostRecentChecksumServiceImpl implements MostRecentChecksumService {
private static final Logger log = org.apache.logging.log4j.LogManager.getLogger(MostRecentChecksumServiceImpl.class);
private static final Logger log =
org.apache.logging.log4j.LogManager.getLogger(MostRecentChecksumServiceImpl.class);
@Autowired(required = true)
protected MostRecentChecksumDAO mostRecentChecksumDAO;