2025
01
18
2008
09
26
log4cxxの関数名の修正
apache-log4cxx-0.10.0\src\main\include\log4cxx\spi\location\location.h
line118くらい
#if !defined(LOG4CXX_LOCATION)
#if defined(_MSC_VER)
#if _MSC_VER >= 1300
// #define __LOG4CXX_FUNC__ __FUNCSIG__
#define __LOG4CXX_FUNC__ __FUNCTION__
#endif
#else
#if defined(__GNUC__)
#define __LOG4CXX_FUNC__ __PRETTY_FUNCTION__
#endif
#endif
#if !defined(__LOG4CXX_FUNC__)
#define __LOG4CXX_FUNC__ ""
#endif
#define LOG4CXX_LOCATION ::log4cxx::spi::LocationInfo(__FILE__, \
__LOG4CXX_FUNC__, \
__LINE__)
#endif
2008/09/26 (Fri.) Trackback() Comment(0) C++
Comments
Trackback
Trackback for this entry: