Skip to content
Snippets Groups Projects
Commit 87a050b2 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

BugID: 61

Removal of #include <Common/StringUtil.h> from LofarLogge.rh caused so much
trouble, that I decided it was not worth the trouble to keep this change, so I
reverted the change.
parent 7a68b75e
No related branches found
No related tags found
No related merge requests found
......@@ -26,18 +26,16 @@
// \file
// Interface to the log4cplus logging package.
//# Includes
//# Never #include <config.h> or #include <lofar_config.h> in a header file!
#include <Common/lofar_iostream.h>
#include <Common/lofar_string.h>
#include <Common/Exception.h>
//# Includes
#include <log4cplus/logger.h>
#include <log4cplus/configurator.h>
#include <log4cplus/global-init.h>
#ifdef ENABLE_TRACER
# include <Common/StringUtil.h>
#endif
namespace LOFAR {
// \ingroup Common
......
......@@ -32,10 +32,8 @@
#include <Common/lofar_string.h>
#include <Common/lofar_map.h>
#include <Common/Exception.h>
#ifdef ENABLE_LATENCY_STATS
# include <Common/StringUtil.h>
# include <sys/time.h>
#include <sys/time.h>
#endif
#ifndef DOXYGEN_SHOULD_SKIP_THIS
......
......@@ -26,8 +26,11 @@
// \file
// Macro interface to the lofar logging package.
//# Depending of the availability of the log4Cplus package one set of macros
//# or the other set of macros is included.
//# Never #include <config.h> or #include <lofar_config.h> in a header file!
#include <Common/StringUtil.h>
//# Dependent of the availability of the log4Cplus package one set of macro's
//# or the other set of macro's is included.
#ifdef HAVE_LOG4CPLUS
# include <Common/LofarLog4Cplus.h>
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment