Exemplo n.º 1
0
 protected override string ProcessItem(string item)
 {
     try {
         manager.OnImportRequested(item);
     } catch (Exception e) {
         Hyena.Log.Exception(e);
     }
     return(null);
 }
 protected override string ProcessItem(string item)
 {
     try {
         if (manager.Debug)
         {
             Log.InformationFormat("ImportElement processing {0}", item);
         }
         manager.OnImportRequested(item);
     } catch (Exception e) {
         Hyena.Log.Exception(e);
     }
     return(null);
 }