Convert logging to log4shib via compile time switch.
[shibboleth/opensaml2.git] / saml / saml2 / profile / Assertion20Validator.cpp
index bdc558b..3109ec7 100644 (file)
 #include "saml2/core/Assertions.h"
 #include "saml2/profile/AssertionValidator.h"
 
-#include <log4cpp/Category.hh>
+#include <xmltooling/logging.h>
 #include <xmltooling/util/NDC.h>
 
 using namespace opensaml::saml2;
+using namespace xmltooling::logging;
 using namespace xmltooling;
-using namespace log4cpp;
 using namespace std;
 
 void AssertionValidator::validate(const xmltooling::XMLObject* xmlObject) const