목록Tool/Log4j (3)
幸福伝説
[출처] https://threadbuilder.wordpress.com/2013/02/14/log4j-%ed%81%b4%eb%9e%98%ec%8a%a4-%ec%a0%9c%ec%9e%91-%ed%8c%81/ log4J의 Logger를 직접사용하지 않고 wrapper를 가지고 사용할 경우 찍히는 클래스가 항상 wrapper로 찍힙니다. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 public class MyLogger { org.apache.log4j.Logger logger = ... public void debug(String message) { logger.debug(message); } } public class Some { MyLogger myLogger = ... myLogg..
[참고] http://mshpeterpan.tistory.com/287 http://acholyte.tistory.com/1094 http://www.egovframe.go.kr/wiki/doku.php?id=egovframework:rte3:fdl:%EC%84%A4%EC%A0%95_%ED%8C%8C%EC%9D%BC%EC%9D%84_%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94_%EB%B0%A9%EB%B2%95 http://stackoverflow.com/questions/22485074/log4j-2-doesnt-support-log4j-properties-file-anymore
[참고] https://ko.wikipedia.org/wiki/Log4j http://www.hanbit.co.kr/network/view.html?bi_id=533 http://seosh81.info/?p=404 http://blog.naver.com/minsuk0123/44844469 http://dev.anyframejava.org/anyframe/doc/core/3.2.0/corefw/guide/logging.html#Logging_Service_Configuration_정의하기 http://acet.pe.kr/375 http://logging.apache.org/log4j/1.2/manual.html http://logging.apache.org/