Outside Transition logic and annotations for unresolved transitions
This commit is contained in:
@@ -9,6 +9,7 @@ namespace DataLoader
|
||||
{
|
||||
public static class ErrorRpt
|
||||
{
|
||||
public static readonly log4net.ILog _MyLog = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
public static void ErrorReport(IVEHasBrokenRules mybr)
|
||||
{
|
||||
string smess = mybr.GetType().Name;
|
||||
@@ -22,7 +23,8 @@ namespace DataLoader
|
||||
smess += "\n" + br.Property + " - " + br.Description;
|
||||
}
|
||||
}
|
||||
MessageBox.Show(smess);
|
||||
//MessageBox.Show(smess);
|
||||
_MyLog.Error(smess);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user