@@ -501,6 +501,11 @@ namespace OTSDataType
//string aa = rootNode.Attributes[element.Key].Value;
element.Value.getStringPtr(rootNode.Attributes[element.Key].Value);
}
+ else
+ {
+ NLog.LogManager.GetCurrentClassLogger().Error("cann't find " + element.Key + " in config file!");
+
+ }