Exemplo n.º 1
0
 private void OnConditionFailedEvent(object sender, ConditionErrorEventArgs args)
 {
     Log.ErrorFormat("Condition evaluation failed. Condition={0}, Message={1}", args.Condition, args.Exception);
 }
 public static void OnConditionFailedEvent(object sender, ConditionErrorEventArgs e)
 {
     BagTMLog.LogDebug(
         String.Format("BagTM Engine Processing Rules Condition Failed {0}", e.Condition), sender);
 }