LOG4CXX
1. 개요
log4cxx는 c++용 로깅 프레임워크 입니다.
http://logging.apache.org/log4cxx/index.html
2. 설치
2.1. 필요파일들을 다운로드합니다.
다운로드 경로 :
log4cxx : http://logging.apache.org/log4cxx/download.html
APR(Apache Protable Runtime) : http://apr.apache.org/download.cgi
-> 아파치 프로젝트를 만들고 유지하기 위한 라이브러리
APR Util : http://apr.apache.org/download.cgi
GNU Sed : http://gnuwin32.sourceforge.net/packages/sed.htm
=> 에디터. log4cxx 빌드하기전에 배치파일을 실행하는데 배치파일에서 이걸 사용합니다.
=> configure-arputil.bat에서 사용
2.2 압축을 풀고 폴더의 이름을 변경(솔루션에 설정된 프로젝트명으로 변경해주는 작업.)
apr-1.3.2 => apr
apr-util-1.3.2 => apr-util
2.3. GNU Sed 설치
설치 후 환경변수 path를 등록합니다.
=> c:\Program Files\GnuWin32\bin\
2.4. ..\apache-log4cxx-0.10.0\configure.bat 와 ..\apache-log4cxx-0.10.0\configure-arputil.bat 를 실행시킵니다.
=> 특별한 작업은 아니고 확장자를 변경시켜주기 위한 배치파일인것 같습니다.
3. 참고자료
http://logging.apache.org/log4cxx/building/vstudio.html
http://extern.tistory.com/category/Library
1. 개요
log4cxx는 c++용 로깅 프레임워크 입니다.
http://logging.apache.org/log4cxx/index.html
2. 설치
2.1. 필요파일들을 다운로드합니다.
다운로드 경로 :
log4cxx : http://logging.apache.org/log4cxx/download.html
APR(Apache Protable Runtime) : http://apr.apache.org/download.cgi
-> 아파치 프로젝트를 만들고 유지하기 위한 라이브러리
APR Util : http://apr.apache.org/download.cgi
GNU Sed : http://gnuwin32.sourceforge.net/packages/sed.htm
=> 에디터. log4cxx 빌드하기전에 배치파일을 실행하는데 배치파일에서 이걸 사용합니다.
=> configure-arputil.bat에서 사용
2.2 압축을 풀고 폴더의 이름을 변경(솔루션에 설정된 프로젝트명으로 변경해주는 작업.)
apr-1.3.2 => apr
apr-util-1.3.2 => apr-util
2.3. GNU Sed 설치
설치 후 환경변수 path를 등록합니다.
=> c:\Program Files\GnuWin32\bin\
2.4. ..\apache-log4cxx-0.10.0\configure.bat 와 ..\apache-log4cxx-0.10.0\configure-arputil.bat 를 실행시킵니다.
=> 특별한 작업은 아니고 확장자를 변경시켜주기 위한 배치파일인것 같습니다.
3. 참고자료
http://logging.apache.org/log4cxx/building/vstudio.html
http://extern.tistory.com/category/Library
댓글을 달아 주세요