You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2007/09/20 21:07:52 UTC

svn commit: r577880 - /logging/log4cxx/trunk/src/main/include/log4cxx/level.h

Author: carnold
Date: Thu Sep 20 12:07:51 2007
New Revision: 577880

URL: http://svn.apache.org/viewvc?rev=577880&view=rev
Log:
LOGCXX-181: Remove obsolete macros used to avoid conflicts with Level::DEBUG and Level::ERROR

Modified:
    logging/log4cxx/trunk/src/main/include/log4cxx/level.h

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/level.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/level.h?rev=577880&r1=577879&r2=577880&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/level.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/level.h Thu Sep 20 12:07:51 2007
@@ -198,14 +198,5 @@
 #define IMPLEMENT_LOG4CXX_LEVEL(level) \
 IMPLEMENT_LOG4CXX_OBJECT_WITH_CUSTOM_CLASS(level, Class##level)
 
-#if defined(LOG4CXX_PLATFORM_ERROR)
-#define ERROR LOGCXX_PLATFORM_ERROR
-#undef LOG4CXX_PLATFORM_ERROR
-#endif
-
-#if defined(LOG4CXX_PLATFORM_DEBUG)
-#define DEBUG LOGCXX_PLATFORM_DEBUG
-#undef LOG4CXX_PLATFORM_DEBUG
-#endif
 
 #endif //_LOG4CXX_LEVEL_H