====== Logging ====== ===== 개요 ===== [[egovframework:rte:fdl:logging|Logging]] Service 를 적용해서 로그를 남긴다. ===== 설명 ===== ==== Configuration ==== === main\resources\log4j.xml === ==== Source ==== protected Log log = LogFactory.getLog(this.getClass()); log.debug("checkCvplUserIdDplc");