Пример #1
0
 public void FireEvent(MuleNotificationEvent muleNotification, string format, params object[] args)
 {
     if (shouldInstrument)
     {
         this.instrument(string.Format(CultureInfo.InvariantCulture, format, args), (int)muleNotification);
     }
 }
Пример #2
0
 public void FireEvent(MuleNotificationEvent muleNotification, string format, params object[] args)
 {
     if (shouldInstrument)
     {
         this.instrument(string.Format(CultureInfo.InvariantCulture, format, args), (int)muleNotification);
     }
 }
Пример #3
0
 public void FireEvent(MuleNotificationEvent muleNotification, string message)
 {
     if (shouldInstrument)
     {
         this.instrument(message, (int)muleNotification);
     }
 }
Пример #4
0
 public void FireEvent(MuleNotificationEvent muleNotification, string message)
 {
     if (shouldInstrument)
     {
         this.instrument(message, (int)muleNotification);
     }
 }