cout<<"Property "<<(*property).first<<" exists in file with sName: "<<(*property_value)<<", erasing"<<endl;
LoggerWrapper::GetInstance()->Write(LV_WARNING,"# TagFileHandler::RemoveTagValue: Property %s, with value %s exists in file, removing",sName.c_str(),sValue.c_str());
// cout << "Properties being writing to file" << endl;
//cout << "Properties being writing to file" << endl;
f->file()->setProperties(property_map);
}
else
{
LoggerWrapper::GetInstance()->Write(LV_WARNING,"# TagFileHandler::RemoveTagValue: Property %s, with value %s doesn't exist in file to remove",sName.c_str(),sValue.c_str());
// cout << "Property " << sName << ", with value " << sValue << " doesn't exist in file to remove" << endl;;
LoggerWrapper::GetInstance()->Write(LV_WARNING,"# TagFileHandler::RemoveTagValue: Property %s, with value %s doesn't exist in file to remove",sName.c_str(),sValue.c_str());
//cout << "Property " << sName << ", with value " << sValue << " doesn't exist in file to remove" << endl;;
}
}
else
{
LoggerWrapper::GetInstance()->Write(LV_WARNING,"# TagFileHandler::RemoveTagValue: Property %s doesn't exist in file to remove",sName.c_str(),sValue.c_str());
// cout << "Property " << sName << " doesn't exist in file to remove" << endl;
LoggerWrapper::GetInstance()->Write(LV_WARNING,"# TagFileHandler::RemoveTagValue: Property %s doesn't exist in file to remove",sName.c_str(),sValue.c_str());
//cout << "Property " << sName << " doesn't exist in file to remove" << endl;