Changeset 10700 for source/ariba/utility/system
- Timestamp:
- Aug 22, 2012, 2:09:00 PM (12 years ago)
- Location:
- source
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
source
- Property svn:ignore deleted
-
source/ariba
- Property svn:ignore deleted
-
source/ariba/utility
- Property svn:ignore deleted
-
source/ariba/utility/system
- Property svn:ignore deleted
-
source/ariba/utility/system/StartupWrapper.cpp
r9737 r10700 40 40 #include "ariba/config.h" 41 41 42 #ifdef HAVE_LOG4CXX _LOGGER_H42 #ifdef HAVE_LOG4CXX 43 43 #include <log4cxx/logger.h> 44 44 #include <log4cxx/basicconfigurator.h> 45 #endif // HAVE_LOG4CXX _LOGGER_H45 #endif // HAVE_LOG4CXX 46 46 47 47 namespace ariba { … … 97 97 // 98 98 99 #ifdef HAVE_LOG4CXX _LOGGER_H99 #ifdef HAVE_LOG4CXX 100 100 log4cxx::BasicConfigurator::configure(); 101 #endif //HAVE_LOG4CXX _LOGGER_H101 #endif //HAVE_LOG4CXX 102 102 103 103 //
Note:
See TracChangeset
for help on using the changeset viewer.