Convert logging to log4shib via compile time switch.
[shibboleth/opensaml2.git] / saml / saml1 / profile / BrowserSSOProfileValidator.cpp
index e58068e..901fb6e 100644 (file)
 #include "saml1/core/Assertions.h"
 #include "saml1/profile/BrowserSSOProfileValidator.h"
 
-#include <log4cpp/Category.hh>
+#include <xmltooling/logging.h>
 #include <xmltooling/util/NDC.h>
 
 using namespace opensaml::saml1;
+using namespace xmltooling::logging;
 using namespace xmltooling;
-using namespace log4cpp;
 using namespace std;
 
 namespace {